Searched refs:touch_point_infos (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 42 …const std::vector<std::shared_ptr<NWebTouchPointInfo>>& touch_point_infos, bool fromOverlay = fals…
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 50 void OnTouchMove(const std::vector<std::shared_ptr<NWebTouchPointInfo>> &touch_point_infos,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 103 void ArkWebNWebImpl::OnTouchMove(const ArkWebTouchPointInfoVector& touch_point_infos, bool from_ove… in OnTouchMove() argument 105 … nweb_nweb_->OnTouchMove(ArkWebTouchPointInfoVectorStructToClass(touch_point_infos), from_overlay); in OnTouchMove()
|
H A D | ark_web_nweb_impl.h | 50 … void OnTouchMove(const ArkWebTouchPointInfoVector& touch_point_infos, bool from_overlay) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 88 virtual void OnTouchMove(const ArkWebTouchPointInfoVector& touch_point_infos,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 97 …const std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>>& touch_point_infos, bool from_o… in OnTouchMove() argument 99 …hPointInfoVector st_touch_point_infos = ArkWebTouchPointInfoVectorClassToStruct(touch_point_infos); in OnTouchMove()
|
H A D | ark_web_nweb_wrapper.h | 55 … OnTouchMove(const std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>>& touch_point_infos,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 266 …const std::vector<std::shared_ptr<NWebTouchPointInfo>>& touch_point_infos, bool fromOverlay = fals…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3453 std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> touch_point_infos; in OnSelectHandleMove() local 3456 touch_point_infos.emplace_back(touch_point_info); in OnSelectHandleMove() 3457 delegate_->HandleTouchMove(touch_point_infos, true); in OnSelectHandleMove() 3493 std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> touch_point_infos; in HandleTouchMove() local 3506 touch_point_infos.emplace_back(touch_point_info); in HandleTouchMove() 3513 delegate_->HandleTouchMove(touch_point_infos, fromOverlay); in HandleTouchMove()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 750 …dleTouchMove(const std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> &touch_point_infos,
|
H A D | web_delegate.cpp | 5689 …dleTouchMove(const std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> &touch_point_infos, in HandleTouchMove() argument 5694 nweb_->OnTouchMove(touch_point_infos, from_overlay); in HandleTouchMove()
|