Home
last modified time | relevance | path

Searched refs:SetOnCommonDialogEvent (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 …void SetOnCommonDialogEvent(std::function<bool(const std::shared_ptr<BaseEventInfo>& info)>&& onCo… in SetOnCommonDialogEvent() function
H A Dweb_model_ng.cpp109 …webEventHub->SetOnCommonDialogEvent(std::move(uiCallback), static_cast<DialogEventType>(dialogEven… in SetOnCommonDialog()