Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6232 napi_value jsSizeObj = nullptr; in CreateWebPageSnapshotResultCallback() local
6233 napi_create_object(env, &jsSizeObj); in CreateWebPageSnapshotResultCallback()
6237 napi_set_named_property(env, jsSizeObj, "width", jsSize[0]); in CreateWebPageSnapshotResultCallback()
6238 napi_set_named_property(env, jsSizeObj, "height", jsSize[1]); in CreateWebPageSnapshotResultCallback()
6239 napi_set_named_property(env, jsResult, "size", jsSizeObj); in CreateWebPageSnapshotResultCallback()

Completed in 12 milliseconds