Searched refs:OnCommonDialog (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.cpp | 378 void OnCommonDialog(bool (*callback)(FfiWebEvent event), int64_t dialogEventType) in OnCommonDialog() function 401 OnCommonDialog(callback, DialogEventType::DIALOG_EVENT_ALERT); in FfiOHOSAceFrameworkWebOnAlert()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 171 static void OnCommonDialog(const JSCallbackInfo& args, int dialogEventType);
|
H A D | js_web.cpp | 2518 JSWeb::OnCommonDialog(args, DialogEventType::DIALOG_EVENT_ALERT); in OnAlert() 2523 JSWeb::OnCommonDialog(args, DialogEventType::DIALOG_EVENT_BEFORE_UNLOAD); in OnBeforeUnload() 2528 JSWeb::OnCommonDialog(args, DialogEventType::DIALOG_EVENT_CONFIRM); in OnConfirm() 2533 JSWeb::OnCommonDialog(args, DialogEventType::DIALOG_EVENT_PROMPT); in OnPrompt() 2536 void JSWeb::OnCommonDialog(const JSCallbackInfo& args, int dialogEventType) in OnCommonDialog() function in OHOS::OHOS::Ace::Framework::JSWeb
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 834 return delegate->OnCommonDialog(object, DialogEventType::DIALOG_EVENT_ALERT); in RegisterWebObjectEvent() 842 return delegate->OnCommonDialog(object, DialogEventType::DIALOG_EVENT_CONFIRM); in RegisterWebObjectEvent() 850 return delegate->OnCommonDialog(object, DialogEventType::DIALOG_EVENT_PROMPT); in RegisterWebObjectEvent() 1328 bool WebDelegateCross::OnCommonDialog(void* object, DialogEventType dialogEventType) in OnCommonDialog() function in OHOS::Ace::WebDelegateCross
|
H A D | web_delegate_cross.h | 423 bool OnCommonDialog(void* object, DialogEventType dialogEventType);
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 668 bool OnCommonDialog(const BaseEventInfo* info, DialogEventType dialogEventType) const in OnCommonDialog() function in OHOS::Ace::WebComponent
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 731 bool WebDelegate::OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType) in OnCommonDialog() function in OHOS::Ace::WebDelegate
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 878 bool OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType);
|
H A D | web_client_impl.cpp | 113 jsResult = delegate->OnCommonDialog(param, dialogEventType); in OnJsCommonDialog()
|
H A D | web_delegate.cpp | 4599 bool WebDelegate::OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType) in OnCommonDialog() function in OHOS::Ace::WebDelegate 4625 result = webCom->OnCommonDialog(info.get(), dialogEventType); in OnCommonDialog()
|
Completed in 39 milliseconds