Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1472 bool printBackgroundEnabled = false; in GetPrintBackground() local
1475 printBackgroundEnabled = nweb_ptr->GetPrintBackground(); in GetPrintBackground()
1478 return printBackgroundEnabled; in GetPrintBackground()
H A Dnapi_webview_controller.cpp5262 bool printBackgroundEnabled = false; in SetPrintBackground() local
5263 if (!NapiParseUtils::ParseBoolean(env, argv[0], printBackgroundEnabled)) { in SetPrintBackground()
5273 webviewController->SetPrintBackground(printBackgroundEnabled); in SetPrintBackground()
5286 bool printBackgroundEnabled = webviewController->GetPrintBackground(); in GetPrintBackground() local
5287 NAPI_CALL(env, napi_get_boolean(env, printBackgroundEnabled, &result)); in GetPrintBackground()

Completed in 15 milliseconds