Searched refs:startSelectionHandle (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 802 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 D | render_web.h | 108 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 D | web_client_impl.h | 204 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
|
H A D | web_client_impl.cpp | 767 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument 776 insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
|
H A D | web_delegate.h | 774 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
|
H A D | web_delegate.cpp | 5846 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 D | nweb_handler.h | 602 std::shared_ptr<NWebTouchHandleState> startSelectionHandle, in OnTouchSelectionChanged() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 521 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle, 915 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle,
|
H A D | web_pattern.cpp | 3596 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()
|