Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6303 napi_value snapshotSizeWidth = nullptr; in WebPageSnapshot() local
6318 if (napi_get_named_property(env, snapshotSize, "width", &snapshotSizeWidth) == napi_ok) { in WebPageSnapshot()
6319 if (!webviewController->ParseJsLengthToInt(env, snapshotSizeWidth, in WebPageSnapshot()

Completed in 11 milliseconds