Home
last modified time | relevance | path

Searched refs:ScrollByWithResult (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1498 virtual bool ScrollByWithResult(float delta_x, float delta_y) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h398 bool ScrollByWithResult(float deltaX, float deltaY) const;
H A Dnapi_webview_controller.h370 static napi_value ScrollByWithResult(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp2038 bool WebviewController::ScrollByWithResult(float deltaX, float deltaY) const in ScrollByWithResult() function in OHOS::NWeb::WebviewController
2043 enabled = nweb_ptr->ScrollByWithResult(deltaX, deltaY); in ScrollByWithResult()
H A Dnapi_webview_controller.cpp637 DECLARE_NAPI_FUNCTION("scrollByWithResult", NapiWebviewController::ScrollByWithResult), in Init()
6486 napi_value NapiWebviewController::ScrollByWithResult(napi_env env, napi_callback_info info) in ScrollByWithResult() function in OHOS::NapiWebviewController
6519 bool scrollByWithResult = webviewController->ScrollByWithResult(deltaX, deltaY); in ScrollByWithResult()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1336 bool ScrollByWithResult(float delta_x, float delta_y) override;
H A Dark_web_nweb_impl.cpp1164 bool ArkWebNWebImpl::ScrollByWithResult(float delta_x, float delta_y) in ScrollByWithResult() function in OHOS::ArkWeb::ArkWebNWebImpl
1166 return nweb_nweb_->ScrollByWithResult(delta_x, delta_y); in ScrollByWithResult()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1358 bool ArkWebNWebWrapper::ScrollByWithResult(float delta_x, float delta_y) in ScrollByWithResult() function in OHOS::ArkWeb::ArkWebNWebWrapper
1360 return ark_web_nweb_->ScrollByWithResult(delta_x, delta_y); in ScrollByWithResult()
H A Dark_web_nweb_wrapper.h1327 bool ScrollByWithResult(float delta_x, float delta_y) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1525 virtual bool ScrollByWithResult(float delta_x, float delta_y) { in ScrollByWithResult() function in OHOS::NWeb::PrecompileError::NWeb

Completed in 27 milliseconds