Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1376 virtual void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h145 void ScrollByWithAnime(float deltaX, float deltaY, int32_t duration);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h386 void ScrollByWithAnime(float deltaX, float deltaY, int32_t duration) ;
H A Dwebview_controller.cpp2011 void WebviewController::ScrollByWithAnime(float deltaX, float deltaY, int32_t duration) in ScrollByWithAnime() function in OHOS::NWeb::WebviewController
2015 nweb_ptr->ScrollByWithAnime(deltaX, deltaY, duration); in ScrollByWithAnime()
H A Dnapi_webview_controller.cpp4363 webviewController->ScrollByWithAnime(deltaX, deltaY, duration); in ScrollBy()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1213 void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) override;
H A Dark_web_nweb_impl.cpp1076 void ArkWebNWebImpl::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime() function in OHOS::ArkWeb::ArkWebNWebImpl
1078 nweb_nweb_->ScrollByWithAnime(delta_x, delta_y, duration); in ScrollByWithAnime()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp397 void WebviewControllerImpl::ScrollByWithAnime(float deltaX, float deltaY, int32_t duration) in ScrollByWithAnime() function in OHOS::Webview::WebviewControllerImpl
401 nweb_ptr->ScrollByWithAnime(deltaX, deltaY, duration); in ScrollByWithAnime()
H A Dwebview_ffi.cpp531 nativeWebviewCtl->ScrollByWithAnime(deltaX, deltaY, duration); in FfiOHOSWebviewCtlScrollByWithAnime()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1373 void ArkWebNWebWrapper::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime() function in OHOS::ArkWeb::ArkWebNWebWrapper
1375 ark_web_nweb_->ScrollByWithAnime(delta_x, delta_y, duration); in ScrollByWithAnime()
H A Dark_web_nweb_wrapper.h1353 void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1411 virtual void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) {} in ScrollByWithAnime() function in OHOS::NWeb::PrecompileError::NWeb

Completed in 35 milliseconds