Home
last modified time | relevance | path

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 Dnweb_create_window.h42 …const std::vector<std::shared_ptr<NWebTouchPointInfo>>& touch_point_infos, bool fromOverlay = fals…
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h50 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 Dark_web_nweb_impl.cpp103 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 Dark_web_nweb_impl.h50 … 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 Dark_web_nweb.h88 virtual void OnTouchMove(const ArkWebTouchPointInfoVector& touch_point_infos,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp97 …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 Dark_web_nweb_wrapper.h55 … 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 Dnweb.h266 …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 Dweb_pattern.cpp3453 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 Dweb_delegate.h750 …dleTouchMove(const std::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> &touch_point_infos,
H A Dweb_delegate.cpp5689 …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()