Searched refs:ZoomOut (Results 1 – 6 of 6) sorted by relevance
97 int ZoomOut() const override in ZoomOut() function
271 virtual int ZoomOut() const = 0;
89 static napi_value ZoomOut(napi_env env, napi_callback_info info);
123 ErrCode ZoomOut();
250 ErrCode WebviewController::ZoomOut() in ZoomOut() function in OHOS::NWeb::WebviewController257 result = nweb_ptr->ZoomOut(); in ZoomOut()
190 DECLARE_NAPI_FUNCTION("zoomOut", NapiWebviewController::ZoomOut), in Init()1966 napi_value NapiWebviewController::ZoomOut(napi_env env, napi_callback_info info) in ZoomOut() function in OHOS::NWeb::NapiWebviewController1974 ErrCode ret = webviewController->ZoomOut(); in ZoomOut()