Home
last modified time | relevance | path

Searched refs:ScrollToWithAnime (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1366 virtual void ScrollToWithAnime(float x, float y, int32_t duration) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h143 void ScrollToWithAnime(float x, float y, int32_t duration);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h384 void ScrollToWithAnime(float x, float y, int32_t duration) ;
H A Dwebview_controller.cpp2002 void WebviewController::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::NWeb::WebviewController
2006 nweb_ptr->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dnapi_webview_controller.cpp4312 webviewController->ScrollToWithAnime(x, y, duration); in ScrollTo()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1203 void ScrollToWithAnime(float x, float y, int32_t duration) override;
H A Dark_web_nweb_impl.cpp1071 void ArkWebNWebImpl::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::ArkWeb::ArkWebNWebImpl
1073 nweb_nweb_->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp388 void WebviewControllerImpl::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::Webview::WebviewControllerImpl
392 nweb_ptr->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dwebview_ffi.cpp517 nativeWebviewCtl->ScrollToWithAnime(x, y, duration); in FfiOHOSWebviewCtlScrollToWithAnime()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1368 void ArkWebNWebWrapper::ScrollToWithAnime(float x, float y, int32_t duration) in ScrollToWithAnime() function in OHOS::ArkWeb::ArkWebNWebWrapper
1370 ark_web_nweb_->ScrollToWithAnime(x, y, duration); in ScrollToWithAnime()
H A Dark_web_nweb_wrapper.h1343 void ScrollToWithAnime(float x, float y, int32_t duration) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1402 virtual void ScrollToWithAnime(float x, float y, int32_t duration) {} in ScrollToWithAnime() function in OHOS::NWeb::PrecompileError::NWeb

Completed in 33 milliseconds