Searched refs:ScrollBy (Results 1 – 6 of 6) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 180 void ScrollBy(float deltaX, float deltaY);
|
D | napi_webview_controller.h | 163 static napi_value ScrollBy(napi_env env, napi_callback_info info);
|
D | webview_controller.cpp | 883 void WebviewController::ScrollBy(float deltaX, float deltaY) in ScrollBy() function in OHOS::NWeb::WebviewController 887 nweb_ptr->ScrollBy(deltaX, deltaY); in ScrollBy()
|
D | napi_webview_controller.cpp | 95 DECLARE_NAPI_FUNCTION("scrollBy", NapiWebviewController::ScrollBy), in Init() 2391 napi_value NapiWebviewController::ScrollBy(napi_env env, napi_callback_info info) in ScrollBy() function in OHOS::NWeb::NapiWebviewController 2422 webviewController->ScrollBy(deltaX, deltaY); in ScrollBy()
|
/base/web/webview/test/unittest/common/ |
D | nweb_create_window.h | 293 void ScrollBy(float deltaX, float deltaY) override in ScrollBy() function
|
/base/web/webview/ohos_nweb/include/ |
D | nweb.h | 640 virtual void ScrollBy(float deltaX, float deltaY) = 0;
|