Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_quick_menu_params_wrapper.cpp72 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> ArkWebQuickMenuParamsWrapper::GetTouchHandleState( in GetTouchHandleState() function in OHOS::ArkWeb::ArkWebQuickMenuParamsWrapper
76 ark_web_quick_menu_params_->GetTouchHandleState(static_cast<int>(type)); in GetTouchHandleState()
H A Dark_web_quick_menu_params_wrapper.h49 …std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> GetTouchHandleState(ArkWebTouchHandleType type) …
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_quick_menu_params_impl.cpp76 ArkWebRefPtr<ArkWebTouchHandleState> ArkWebQuickMenuParamsImpl::GetTouchHandleState(int type) in GetTouchHandleState() function in OHOS::ArkWeb::ArkWebQuickMenuParamsImpl
79 nweb_quick_menu_params_->GetTouchHandleState(static_cast<ArkWebTouchHandleType>(type)); in GetTouchHandleState()
H A Dark_web_quick_menu_params_impl.h50 ArkWebRefPtr<ArkWebTouchHandleState> GetTouchHandleState(int type) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_quick_menu_params.h57 virtual ArkWebRefPtr<ArkWebTouchHandleState> GetTouchHandleState(int type) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h133 …virtual std::shared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandl…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp684 … params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::INSERT_HANDLE); in RunQuickMenu()
686 …params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::SELECTION_BEGIN_HAN… in RunQuickMenu()
688 …params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::SELECTION_END_HANDL… in RunQuickMenu()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp153 …std::shared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandleType ty… in GetTouchHandleState() function in OHOS::Ace::NG::NWebQuickMenuParamsMock
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4044 … params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::INSERT_HANDLE); in RunQuickMenu()
4046 …params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::SELECTION_BEGIN_HAN… in RunQuickMenu()
4048 …params->GetTouchHandleState(OHOS::NWeb::NWebTouchHandleState::TouchHandleType::SELECTION_END_HANDL… in RunQuickMenu()