Home
last modified time | relevance | path

Searched refs:OnCommonDialog (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp378 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 Djs_web.h171 static void OnCommonDialog(const JSCallbackInfo& args, int dialogEventType);
H A Djs_web.cpp2518 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 Dweb_delegate_cross.cpp834 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 Dweb_delegate_cross.h423 bool OnCommonDialog(void* object, DialogEventType dialogEventType);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h668 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 Dmock_web_delegate.cpp731 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 Dweb_delegate.h878 bool OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType);
H A Dweb_client_impl.cpp113 jsResult = delegate->OnCommonDialog(param, dialogEventType); in OnJsCommonDialog()
H A Dweb_delegate.cpp4599 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 41 milliseconds