Searched refs:end_selection_handle (Results 1 – 5 of 5) sorted by relevance
243 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) in OnTouchSelectionChanged() argument256 if (!CHECK_REF_PTR_IS_NULL(end_selection_handle)) { in OnTouchSelectionChanged()257 … nweb_end_selection_handle = std::make_shared<ArkWebTouchHandleStateWrapper>(end_selection_handle); in OnTouchSelectionChanged()
179 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) override;
270 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> end_selection_handle) in OnTouchSelectionChanged() argument283 if (!CHECK_SHARED_PTR_IS_NULL(end_selection_handle)) { in OnTouchSelectionChanged()284 ark_web_end_selection_handle = new ArkWebTouchHandleStateImpl(end_selection_handle); in OnTouchSelectionChanged()
190 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> end_selection_handle) override;
235 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) = 0;