Home
last modified time | relevance | path

Searched refs:Zoom (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/fuzztest/zoom_fuzzer/
Dzoom_fuzzer.cpp115 g_nweb->Zoom(zoomFactor); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h86 int Zoom(float zoomFactor) const override in Zoom() function
/base/web/webview/ohos_nweb/include/
Dnweb.h235 virtual int Zoom(float zoomFactor) const = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h133 static napi_value Zoom(napi_env env, napi_callback_info info);
Dwebview_controller.h156 ErrCode Zoom(float factor);
Dwebview_controller.cpp618 ErrCode WebviewController::Zoom(float factor) in Zoom() function in OHOS::NWeb::WebviewController
625 result = nweb_ptr->Zoom(factor); in Zoom()
Dnapi_webview_controller.cpp192 DECLARE_NAPI_FUNCTION("zoom", NapiWebviewController::Zoom), in Init()
2439 napi_value NapiWebviewController::Zoom(napi_env env, napi_callback_info info) in Zoom() function in OHOS::NWeb::NapiWebviewController
2464 ErrCode ret = controller->Zoom(factor); in Zoom()