Searched refs:RunContextMenu (Results 1 – 8 of 8) sorted by relevance
221 bool RunContextMenu(
319 bool ArkWebHandlerImpl::RunContextMenu( in RunContextMenu() function in OHOS::ArkWeb::ArkWebHandlerImpl332 return nweb_handler_->RunContextMenu(nweb_params, nweb_callback); in RunContextMenu()
283 virtual bool RunContextMenu(
351 bool ArkWebHandlerWrapper::RunContextMenu(std::shared_ptr<OHOS::NWeb::NWebContextMenuParams> params, in RunContextMenu() function in OHOS::ArkWeb::ArkWebHandlerWrapper364 return ark_web_handler_->RunContextMenu(ark_web_params, ark_web_callback); in RunContextMenu()
232 bool RunContextMenu(std::shared_ptr<OHOS::NWeb::NWebContextMenuParams> params,
194 bool RunContextMenu(std::shared_ptr<NWeb::NWebContextMenuParams> params,
690 bool WebClientImpl::RunContextMenu( in RunContextMenu() function in OHOS::Ace::WebClientImpl
585 virtual bool RunContextMenu( in RunContextMenu() function