Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp803 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in GetTouchHandleOverlayType() argument
807 !IsTouchHandleValid(endSelectionHandle)) { in GetTouchHandleOverlayType()
813 IsTouchHandleValid(endSelectionHandle)) { in GetTouchHandleOverlayType()
823 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in CreateTextOverlay() argument
856 … endOffset = NormalizeTouchHandleOffset(endSelectionHandle->GetX(), endSelectionHandle->GetY()); in CreateTextOverlay()
858 endEdgeHeight = endSelectionHandle->GetEdgeHeight(); in CreateTextOverlay()
905 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument
917 endSelectionHandle_ = endSelectionHandle; in OnTouchSelectionChanged()
961 showEndTouchHandle_ = IsTouchHandleShow(endSelectionHandle); in OnTouchSelectionChanged()
963 textOverlay_->SetEndHandleHeight(endSelectionHandle->GetEdgeHeight()); in OnTouchSelectionChanged()
[all …]
H A Drender_web.h109 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
183 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
187 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h205 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) override;
H A Dweb_client_impl.cpp768 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument
776 insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
H A Dweb_delegate.h775 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
H A Dweb_delegate.cpp5847 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) 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.h603 std::shared_ptr<NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h522 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
916 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
H A Dweb_pattern.cpp3597 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in GetTouchHandleOverlayType() argument
3600 !IsTouchHandleValid(endSelectionHandle)) { in GetTouchHandleOverlayType()
3605 IsTouchHandleValid(endSelectionHandle)) { in GetTouchHandleOverlayType()
4637 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument
4639 …pe overlayType = GetTouchHandleOverlayType(insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
4648 endSelectionHandle_ = endSelectionHandle; in OnTouchSelectionChanged()