Home
last modified time | relevance | path

Searched refs:RunContextMenu (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h221 bool RunContextMenu(
H A Dark_web_handler_impl.cpp319 bool ArkWebHandlerImpl::RunContextMenu( in RunContextMenu() function in OHOS::ArkWeb::ArkWebHandlerImpl
332 return nweb_handler_->RunContextMenu(nweb_params, nweb_callback); in RunContextMenu()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h283 virtual bool RunContextMenu(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp351 bool ArkWebHandlerWrapper::RunContextMenu(std::shared_ptr<OHOS::NWeb::NWebContextMenuParams> params, in RunContextMenu() function in OHOS::ArkWeb::ArkWebHandlerWrapper
364 return ark_web_handler_->RunContextMenu(ark_web_params, ark_web_callback); in RunContextMenu()
H A Dark_web_handler_wrapper.h232 bool RunContextMenu(std::shared_ptr<OHOS::NWeb::NWebContextMenuParams> params,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h194 bool RunContextMenu(std::shared_ptr<NWeb::NWebContextMenuParams> params,
H A Dweb_client_impl.cpp690 bool WebClientImpl::RunContextMenu( in RunContextMenu() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h585 virtual bool RunContextMenu( in RunContextMenu() function