Home
last modified time | relevance | path

Searched refs:SetOnContextMenuHide (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h63 void SetOnContextMenuHide(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
H A Dweb_model_impl.cpp270 void WebModelImpl::SetOnContextMenuHide(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetOnContextMenuHide() function in OHOS::Ace::Framework::WebModelImpl
274 webComponent->SetOnContextMenuHide(std::move(jsCallback)); in SetOnContextMenuHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h69 …virtual void SetOnContextMenuHide(std::function<void(const BaseEventInfo* info)>&& jsCallback) = 0;
H A Dweb_model_ng.h70 void SetOnContextMenuHide(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
H A Dweb_model_ng.cpp384 void WebModelNG::SetOnContextMenuHide(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetOnContextMenuHide() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h841 void SetOnContextMenuHide(OnContextMenuHideImpl&& onContextMenuHideImpl) in SetOnContextMenuHide() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3294 WebModel::GetInstance()->SetOnContextMenuHide(jsCallback); in OnContextMenuHide()