Home
last modified time | relevance | path

Searched refs:ZoomOut (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/test/unittest/common/
Dnweb_create_window.h94 int ZoomOut() const override in ZoomOut() function
/base/web/webview/ohos_nweb/include/
Dnweb.h251 virtual int ZoomOut() const = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h83 static napi_value ZoomOut(napi_env env, napi_callback_info info);
Dwebview_controller.h105 ErrCode ZoomOut();
Dwebview_controller.cpp142 ErrCode WebviewController::ZoomOut() in ZoomOut() function in OHOS::NWeb::WebviewController
149 result = nweb_ptr->ZoomOut(); in ZoomOut()
Dnapi_webview_controller.cpp170 DECLARE_NAPI_FUNCTION("zoomOut", NapiWebviewController::ZoomOut), in Init()
1814 napi_value NapiWebviewController::ZoomOut(napi_env env, napi_callback_info info) in ZoomOut() function in OHOS::NWeb::NapiWebviewController
1827 ErrCode ret = webviewController->ZoomOut(); in ZoomOut()