Home
last modified time | relevance | path

Searched defs:ScrollByWithAnime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1525 virtual void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) {} in ScrollByWithAnime() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1163 void ArkWebNWebImpl::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime() function in OHOS::ArkWeb::ArkWebNWebImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1364 void ArkWebNWebWrapper::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime() function in OHOS::ArkWeb::ArkWebNWebWrapper
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp2128 void WebviewController::ScrollByWithAnime(float deltaX, float deltaY, int32_t duration) in ScrollByWithAnime() function in OHOS::NWeb::WebviewController