Home
last modified time | relevance | path

Searched refs:onCommonDialogImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h53 …onDialogEvent(std::function<bool(const std::shared_ptr<BaseEventInfo>& info)>&& onCommonDialogImpl, in SetOnCommonDialogEvent() argument
58 onAlertImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogEvent()
61 onConfirmImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogEvent()
64 onPromptImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogEvent()
67 onBeforeUnloadImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h679 …void SetOnCommonDialogImpl(OnCommonDialogImpl&& onCommonDialogImpl, DialogEventType dialogEventTyp… in SetOnCommonDialogImpl() argument
681 if (onCommonDialogImpl == nullptr) { in SetOnCommonDialogImpl()
687 onAlertImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogImpl()
690 onConfirmImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogImpl()
693 onPromptImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogImpl()
696 onBeforeUnloadImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogImpl()