Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp802 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in GetTouchHandleOverlayType() argument
806 !IsTouchHandleValid(startSelectionHandle) && in GetTouchHandleOverlayType()
812 IsTouchHandleValid(startSelectionHandle) && in GetTouchHandleOverlayType()
822 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in CreateTextOverlay() argument
831 startSelectionHandle, in CreateTextOverlay()
855 …startOffset = NormalizeTouchHandleOffset(startSelectionHandle->GetX(), startSelectionHandle->GetY(… in CreateTextOverlay()
857 startEdgeHeight = startSelectionHandle->GetEdgeHeight(); in CreateTextOverlay()
904 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
916 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()
960 showStartTouchHandle_ = IsTouchHandleShow(startSelectionHandle); in OnTouchSelectionChanged()
[all …]
H A Drender_web.h108 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
182 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
186 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h204 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
H A Dweb_client_impl.cpp767 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
776 insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
H A Dweb_delegate.h774 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
H A Dweb_delegate.cpp5846 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
5852 webPattern->OnTouchSelectionChanged(insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
5858 webPattern->OnTouchSelectionChanged(insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
5863 renderWeb->OnTouchSelectionChanged(insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h602 std::shared_ptr<NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h521 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
915 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
H A Dweb_pattern.cpp3596 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in GetTouchHandleOverlayType() argument
3599 if (IsTouchHandleValid(insertHandle) && !IsTouchHandleValid(startSelectionHandle) && in GetTouchHandleOverlayType()
3604 if (!IsTouchHandleValid(insertHandle) && IsTouchHandleValid(startSelectionHandle) && in GetTouchHandleOverlayType()
4636 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
4639 …WebOverlayType overlayType = GetTouchHandleOverlayType(insertHandle, startSelectionHandle, endSele… in OnTouchSelectionChanged()
4647 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()