Searched refs:endSelectionHandle (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 803 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 D | render_web.h | 109 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 D | web_client_impl.h | 205 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) override;
|
H A D | web_client_impl.cpp | 768 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument 776 insertHandle, startSelectionHandle, endSelectionHandle); in OnTouchSelectionChanged()
|
H A D | web_delegate.h | 775 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
|
H A D | web_delegate.cpp | 5847 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 D | nweb_handler.h | 603 std::shared_ptr<NWebTouchHandleState> endSelectionHandle) in OnTouchSelectionChanged() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 522 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle); 916 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> endSelectionHandle);
|
H A D | web_pattern.cpp | 3597 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()
|