Searched refs:ZoomOut (Results 1 – 6 of 6) sorted by relevance
94 int ZoomOut() const override in ZoomOut() function
251 virtual int ZoomOut() const = 0;
83 static napi_value ZoomOut(napi_env env, napi_callback_info info);
105 ErrCode ZoomOut();
142 ErrCode WebviewController::ZoomOut() in ZoomOut() function in OHOS::NWeb::WebviewController149 result = nweb_ptr->ZoomOut(); in ZoomOut()
170 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::NapiWebviewController1827 ErrCode ret = webviewController->ZoomOut(); in ZoomOut()