/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test.cpp | 316 bool result = g_webPattern->RunQuickMenu(params, callback); 320 result = g_webPattern->RunQuickMenu(params, callback); 324 result = g_webPattern->RunQuickMenu(params, callback); 328 result = g_webPattern->RunQuickMenu(params, callback); 333 result = g_webPattern->RunQuickMenu(params, callback); 340 result = g_webPattern->RunQuickMenu(params, callback); 345 result = g_webPattern->RunQuickMenu(params, callback);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.h | 102 bool RunQuickMenu(
|
H A D | render_web.cpp | 674 bool RenderWeb::RunQuickMenu( in RunQuickMenu() function in OHOS::Ace::RenderWeb
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 218 bool RunQuickMenu(
|
H A D | ark_web_handler_impl.cpp | 303 bool ArkWebHandlerImpl::RunQuickMenu( in RunQuickMenu() function in OHOS::ArkWeb::ArkWebHandlerImpl 316 return nweb_handler_->RunQuickMenu(nweb_params, nweb_callback); in RunQuickMenu()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 279 virtual bool RunQuickMenu(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 335 bool ArkWebHandlerWrapper::RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params, in RunQuickMenu() function in OHOS::ArkWeb::ArkWebHandlerWrapper 348 return ark_web_handler_->RunQuickMenu(ark_web_params, ark_web_callback); in RunQuickMenu()
|
H A D | ark_web_handler_wrapper.h | 229 bool RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 197 bool RunQuickMenu(std::shared_ptr<NWeb::NWebQuickMenuParams> params,
|
H A D | web_client_impl.cpp | 725 bool WebClientImpl::RunQuickMenu(std::shared_ptr<NWeb::NWebQuickMenuParams> params, in RunQuickMenu() function in OHOS::Ace::WebClientImpl 736 return delegate->RunQuickMenu(params, callback); in RunQuickMenu()
|
H A D | web_delegate.h | 768 bool RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params,
|
H A D | web_delegate.cpp | 5789 bool WebDelegate::RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params, in RunQuickMenu() function in OHOS::Ace::WebDelegate 5795 return webPattern->RunQuickMenu(params, callback); in RunQuickMenu() 5800 return webPattern->RunQuickMenu(params, callback); in RunQuickMenu() 5807 return renderWeb->RunQuickMenu(params, callback); in RunQuickMenu()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 593 virtual bool RunQuickMenu( in RunQuickMenu() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 502 bool RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params,
|
H A D | web_pattern.cpp | 4039 bool WebPattern::RunQuickMenu(std::shared_ptr<OHOS::NWeb::NWebQuickMenuParams> params, in RunQuickMenu() function in OHOS::Ace::NG::WebPattern
|