Home
last modified time | relevance | path

Searched refs:ArkWebTouchPointInfoVectorStructToClass (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/ctocpp/webcore/
H A Dark_web_touch_point_info_vector_ctocpp.h25 …ared_ptr<OHOS::NWeb::NWebTouchPointInfo>> ARK_WEB_CALLBACK ArkWebTouchPointInfoVectorStructToClass(
H A Dark_web_touch_point_info_vector_ctocpp.cpp23 …d::vector<std::shared_ptr<OHOS::NWeb::NWebTouchPointInfo>> ArkWebTouchPointInfoVectorStructToClass( in ArkWebTouchPointInfoVectorStructToClass() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp105 … nweb_nweb_->OnTouchMove(ArkWebTouchPointInfoVectorStructToClass(touch_point_infos), from_overlay); in OnTouchMove()