Home
last modified time | relevance | path

Searched refs:ScrollToWithAnime (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1158 void ArkWebNWebImpl::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::ArkWeb::ArkWebNWebImpl
1160 nweb_nweb_->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dark_web_nweb_impl.h1337 void ScrollToWithAnime(float x, float y, int32_t duration) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1597 virtual void ScrollToWithAnime(float x, float y, int32_t duration) = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h389 void ScrollToWithAnime(float x, float y, int32_t duration) ;
H A Dwebview_controller.cpp2119 void WebviewController::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::NWeb::WebviewController
2123 nweb_ptr->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dnapi_webview_controller.cpp4310 webviewController->ScrollToWithAnime(x, y, duration); in ScrollTo()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1359 void ArkWebNWebWrapper::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::ArkWeb::ArkWebNWebWrapper
1361 ark_web_nweb_->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dark_web_nweb_wrapper.h1346 void ScrollToWithAnime(float x, float y, int32_t duration) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1516 virtual void ScrollToWithAnime(float x, float y, int32_t duration) {} in ScrollToWithAnime() function