Searched refs:GetTouchHandleState (Results 1 – 9 of 9) sorted by relevance
72 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> ArkWebQuickMenuParamsWrapper::GetTouchHandleState( in GetTouchHandleState() function in OHOS::ArkWeb::ArkWebQuickMenuParamsWrapper76 ark_web_quick_menu_params_->GetTouchHandleState(static_cast<int>(type)); in GetTouchHandleState()
49 …std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> GetTouchHandleState(ArkWebTouchHandleType type) …
76 ArkWebRefPtr<ArkWebTouchHandleState> ArkWebQuickMenuParamsImpl::GetTouchHandleState(int type) in GetTouchHandleState() function in OHOS::ArkWeb::ArkWebQuickMenuParamsImpl79 nweb_quick_menu_params_->GetTouchHandleState(static_cast<ArkWebTouchHandleType>(type)); in GetTouchHandleState()
50 ArkWebRefPtr<ArkWebTouchHandleState> GetTouchHandleState(int type) override;
57 virtual ArkWebRefPtr<ArkWebTouchHandleState> GetTouchHandleState(int type) = 0;
133 …virtual std::shared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandl…
684 … 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()
153 …std::shared_ptr<NWebTouchHandleState> GetTouchHandleState(NWebTouchHandleState::TouchHandleType ty… in GetTouchHandleState() function in OHOS::Ace::NG::NWebQuickMenuParamsMock
4044 … 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()