Home
last modified time | relevance | path

Searched refs:zoomFactor (Results 1 – 3 of 3) sorted by relevance

/base/web/webview/test/fuzztest/zoom_fuzzer/
Dzoom_fuzzer.cpp129 float zoomFactor; in DoSomethingInterestingWithMyAPI() local
130 if (memcpy_s(&zoomFactor, sizeof(float), data, sizeof(float)) != 0) { in DoSomethingInterestingWithMyAPI()
133 g_nweb->Zoom(zoomFactor); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h126 int Zoom(float zoomFactor) const override in Zoom() argument
/base/web/webview/ohos_nweb/include/
Dnweb.h218 virtual int Zoom(float zoomFactor) const = 0;