Searched refs:ZoomOut (Results 1 – 6 of 6) sorted by relevance
90 ErrCode ZoomOut();
78 static napi_value ZoomOut(napi_env env, napi_callback_info info);
141 ErrCode WebviewController::ZoomOut() in ZoomOut() function in OHOS::NWeb::WebviewController148 result = nweb_ptr->ZoomOut(); in ZoomOut()
58 DECLARE_NAPI_FUNCTION("zoomOut", NapiWebviewController::ZoomOut), in Init()949 napi_value NapiWebviewController::ZoomOut(napi_env env, napi_callback_info info) in ZoomOut() function in OHOS::NWeb::NapiWebviewController962 ErrCode ret = webviewController->ZoomOut(); in ZoomOut()
134 int ZoomOut() const override in ZoomOut() function
234 virtual int ZoomOut() const = 0;