Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_touch_handle_state.h27 …enum TouchHandleType { INSERT_HANDLE, SELECTION_BEGIN_HANDLE, SELECTION_END_HANDLE, INVALID_HANDLE… enum
43 virtual TouchHandleType GetTouchHandleType() = 0;
H A Dnweb_context_menu_params.h133 …ared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandleType type) = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp105 TouchHandleType GetTouchHandleType() const override in GetTouchHandleType()
107 return TouchHandleType::INSERT_HANDLE; in GetTouchHandleType()
153 …std::shared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandleType ty… in GetTouchHandleState()
155 if (type == NWebTouchHandleState::TouchHandleType::INSERT_HANDLE) { in GetTouchHandleState()
157 } else if (type == NWebTouchHandleState::TouchHandleType::SELECTION_BEGIN_HANDLE) { in GetTouchHandleState()
H A Dweb_pattern_focus_test_ng.cpp175 TouchHandleType GetTouchHandleType() override in GetTouchHandleType()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_touch_handle_state_wrapper.h27 using ArkWebTouchHandleType = OHOS::NWeb::NWebTouchHandleState::TouchHandleType;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_touch_handle_state_impl.cpp22 using ArkWebTouchHandleType = OHOS::NWeb::NWebTouchHandleState::TouchHandleType;
H A Dark_web_quick_menu_params_impl.cpp24 using ArkWebTouchHandleType = OHOS::NWeb::NWebTouchHandleState::TouchHandleType;
/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/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()