Home
last modified time | relevance | path

Searched refs:end_selection_handle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp243 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) in OnTouchSelectionChanged() argument
256 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()
H A Dark_web_handler_impl.h179 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp270 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> end_selection_handle) in OnTouchSelectionChanged() argument
283 if (!CHECK_SHARED_PTR_IS_NULL(end_selection_handle)) { in OnTouchSelectionChanged()
284 ark_web_end_selection_handle = new ArkWebTouchHandleStateImpl(end_selection_handle); in OnTouchSelectionChanged()
H A Dark_web_handler_wrapper.h190 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> end_selection_handle) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h235 ArkWebRefPtr<ArkWebTouchHandleState> end_selection_handle) = 0;