Home
last modified time | relevance | path

Searched refs:GetIsLongPressActived (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_quick_menu_params_wrapper.cpp84 bool ArkWebQuickMenuParamsWrapper::GetIsLongPressActived() in GetIsLongPressActived() function in OHOS::ArkWeb::ArkWebQuickMenuParamsWrapper
86 return ark_web_quick_menu_params_->GetIsLongPressActived(); in GetIsLongPressActived()
H A Dark_web_quick_menu_params_wrapper.h51 bool GetIsLongPressActived() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_quick_menu_params_impl.cpp87 bool ArkWebQuickMenuParamsImpl::GetIsLongPressActived() in GetIsLongPressActived() function in OHOS::ArkWeb::ArkWebQuickMenuParamsImpl
89 return nweb_quick_menu_params_->GetIsLongPressActived(); in GetIsLongPressActived()
H A Dark_web_quick_menu_params_impl.h52 bool GetIsLongPressActived() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_quick_menu_params.h60 virtual bool GetIsLongPressActived() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h135 virtual bool GetIsLongPressActived() { in GetIsLongPressActived() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp163 bool GetIsLongPressActived() override in GetIsLongPressActived() function in OHOS::Ace::NG::NWebQuickMenuParamsMock
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4053 if (params->GetIsLongPressActived()) { in RunQuickMenu()