Home
last modified time | relevance | path

Searched refs:ZoomOut (Results 1 - 15 of 15) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h81 int ZoomOut() override
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h99 int ZoomOut() override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h192 virtual int ZoomOut() = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h161 int32_t ZoomOut();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h162 ErrCode ZoomOut();
H A Dnapi_webview_controller.h122 static napi_value ZoomOut(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp299 ErrCode WebviewController::ZoomOut() in ZoomOut() function in OHOS::NWeb::WebviewController
306 result = nweb_ptr->ZoomOut(); in ZoomOut()
H A Dnapi_webview_controller.cpp527 DECLARE_NAPI_FUNCTION("zoomOut", NapiWebviewController::ZoomOut), in Init()
2501 napi_value NapiWebviewController::ZoomOut(napi_env env, napi_callback_info info) in ZoomOut() function in OHOS::NWeb::NapiWebviewController
2509 ErrCode ret = webviewController->ZoomOut(); in ZoomOut()
2512 WVLOG_E("ZoomOut failed."); in ZoomOut()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h145 int ZoomOut() override;
H A Dark_web_nweb_impl.cpp189 int ArkWebNWebImpl::ZoomOut() in ZoomOut() function in OHOS::ArkWeb::ArkWebNWebImpl
191 return nweb_nweb_->ZoomOut(); in ZoomOut()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp478 int32_t WebviewControllerImpl::ZoomOut() in ZoomOut() function in OHOS::Webview::WebviewControllerImpl
485 result = nweb_ptr->ZoomOut(); in ZoomOut()
H A Dwebview_ffi.cpp619 int32_t ret = nativeWebviewCtl->ZoomOut(); in FfiOHOSWebviewCtlZoomOut()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp192 int ArkWebNWebWrapper::ZoomOut() in ZoomOut() function in OHOS::ArkWeb::ArkWebNWebWrapper
194 return ark_web_nweb_->ZoomOut(); in ZoomOut()
H A Dark_web_nweb_wrapper.h151 int ZoomOut() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h368 virtual int ZoomOut() = 0;

Completed in 54 milliseconds