Searched defs:dialogEventType (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_event_hub.h | 53 SetOnCommonDialogEvent(std::function<bool(const std::shared_ptr<BaseEventInfo>& info)>&& onCommonDialogImpl, DialogEventType dialogEventType) SetOnCommonDialogEvent() argument
|
H A D | web_model_ng.cpp | 102 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 D | web_delegate_cross.h | 93 DialogResult(void* object, DialogEventType dialogEventType) : object_(object), dialogEventType_(dialogEventType) in DialogResult() argument
|
H A D | web_delegate_cross.cpp | 1328 bool WebDelegateCross::OnCommonDialog(void* object, DialogEventType dialogEventType) in OnCommonDialog() argument
|
/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() argument 396 WebModel::GetInstance()->SetOnCommonDialog(std::move(onDialog), dialogEventType); in OnCommonDialog() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 80 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 D | web_client_impl.cpp | 93 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 D | web_delegate.cpp | 4599 bool WebDelegate::OnCommonDialog(const std::shared_ptr<BaseEventInfo>& info, DialogEventType dialogEventType) in OnCommonDialog() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 684 void SetOnCommonDialogImpl(OnCommonDialogImpl&& onCommonDialogImpl, DialogEventType dialogEventType) in SetOnCommonDialogImpl() argument
|
/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() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 2536 void JSWeb::OnCommonDialog(const JSCallbackInfo& args, int dialogEventType) in OnCommonDialog() argument
|
Completed in 57 milliseconds