Searched refs:onCommonDialogImpl (Results 1 – 2 of 2) sorted by relevance
53 …onDialogEvent(std::function<bool(const std::shared_ptr<BaseEventInfo>& info)>&& onCommonDialogImpl, in SetOnCommonDialogEvent() argument58 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()
679 …void SetOnCommonDialogImpl(OnCommonDialogImpl&& onCommonDialogImpl, DialogEventType dialogEventTyp… in SetOnCommonDialogImpl() argument681 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()