Home
last modified time | relevance | path

Searched defs:dialogEventType (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h53 SetOnCommonDialogEvent(std::function<bool(const std::shared_ptr<BaseEventInfo>& info)>&& onCommonDialogImpl, DialogEventType dialogEventType) SetOnCommonDialogEvent() argument
H A Dweb_model_ng.cpp102 void WebModelNG::SetOnCommonDialog(std::function<bool(const BaseEventInfo* info)>&& jsCallback, int dialogEventType) in SetOnCommonDialog() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h93 DialogResult(void* object, DialogEventType dialogEventType) : object_(object), dialogEventType_(dialogEventType) in DialogResult() argument
H A Dweb_delegate_cross.cpp1328 bool WebDelegateCross::OnCommonDialog(void* object, DialogEventType dialogEventType) in OnCommonDialog() argument
/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() argument
396 WebModel::GetInstance()->SetOnCommonDialog(std::move(onDialog), dialogEventType); in OnCommonDialog() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp80 void WebModelImpl::SetOnCommonDialog(std::function<bool(const BaseEventInfo* info)>&& jsCallback, int dialogEventType) in SetOnCommonDialog() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp93 OnJsCommonDialog( const WebClientImpl* webClientImpl, DialogEventType dialogEventType, std::shared_ptr<NWeb::NWebJSDialogResult> result, const std::string &url, const std::string &message, const std::string &value = �, RefPtr<TaskExecutor> task = nullptr) OnJsCommonDialog() argument
H A Dweb_delegate.cpp4599 bool WebDelegate::OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType) in OnCommonDialog() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h684 void SetOnCommonDialogImpl(OnCommonDialogImpl&& onCommonDialogImpl, DialogEventType dialogEventType) in SetOnCommonDialogImpl() argument
/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() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2536 void JSWeb::OnCommonDialog(const JSCallbackInfo& args, int dialogEventType) in OnCommonDialog() argument

Completed in 57 milliseconds