Home
last modified time | relevance | path

Searched refs:OnContextMenuHide (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h145 ACE_WEB_EVENT_PROPERTY(OnContextMenuHide, void);
H A Dweb_pattern.h505 void OnContextMenuHide();
H A Dweb_pattern.cpp631 delegate_->OnContextMenuHide(""); in OnContextMenuShow()
637 delegate_->OnContextMenuHide(""); in OnContextMenuShow()
649 void WebPattern::OnContextMenuHide() in OnContextMenuHide() function in OHOS::Ace::NG::WebPattern
1200 delegate_->OnContextMenuHide(""); in WebOnMouseEvent()
1605 delegate_->OnContextMenuHide(""); in NotifyStartDragTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h94 static void OnContextMenuHide(const JSCallbackInfo& args);
H A Djs_web.cpp1932 JSClass<JSWeb>::StaticMethod("onContextMenuHide", &JSWeb::OnContextMenuHide); in JSBind()
3274 void JSWeb::OnContextMenuHide(const JSCallbackInfo& args) in OnContextMenuHide() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h835 void OnContextMenuHide(const BaseEventInfo* info) const in OnContextMenuHide() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h850 void OnContextMenuHide(const std::string& info);
H A Dweb_delegate.cpp5240 void WebDelegate::OnContextMenuHide(const std::string& info) in OnContextMenuHide() function in OHOS::Ace::WebDelegate
5251 webPattern->OnContextMenuHide(); in OnContextMenuHide()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp994 webPattern->OnContextMenuHide();