Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper_browsertest.cc88 dict->SetBoolean(kSettingPrintToPDF, true); in CreatePrintSettingsDictionary()
576 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F()
596 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F()
616 dict.SetBoolean(kSettingPrintToPDF, true); in TEST_F()
649 dict.SetBoolean(kSettingPrintToPDF, true); in TEST_F()
669 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F()
699 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F()
717 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F()
735 dict.SetBoolean(kSettingPrintToPDF, true); in TEST_F()
Dprint_web_view_helper.cc909 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf)) in IsPrintToPdfRequested()
/external/chromium_org/printing/
Dprint_job_constants.cc124 const char kSettingPrintToPDF[] = "printToPDF"; variable
Dprinting_context.cc65 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf) || in UpdatePrintSettings()
Dprint_job_constants.h52 PRINTING_EXPORT extern const char kSettingPrintToPDF[];
/external/chromium_org/chrome/renderer/
Dchrome_mock_render_thread.cc174 !job_settings.GetBoolean(printing::kSettingPrintToPDF, NULL) || in OnUpdatePrintSettings()
/external/chromium/chrome/browser/ui/webui/
Dprint_preview_handler.cc268 settings->GetBoolean(printing::kSettingPrintToPDF, &print_to_pdf); in HandlePrint()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.cc722 settings->GetBoolean(printing::kSettingPrintToPDF, &print_to_pdf); in HandlePrint()
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.cc918 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf)) in IsPrintToPdfRequested()