Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp419 napi_value shouldPrintBackgroundObj = nullptr; in ParsePDFConfigArgs() local
421 napi_get_named_property(env, preArgs, "shouldPrintBackground", &shouldPrintBackgroundObj); in ParsePDFConfigArgs()
422 NapiParseUtils::ParseBoolean(env, shouldPrintBackgroundObj, shouldPrintBackground); in ParsePDFConfigArgs()