Searched refs:kSettingPrintToPDF (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper_browsertest.cc | 88 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()
|
D | print_web_view_helper.cc | 909 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf)) in IsPrintToPdfRequested()
|
/external/chromium_org/printing/ |
D | print_job_constants.cc | 124 const char kSettingPrintToPDF[] = "printToPDF"; variable
|
D | printing_context.cc | 65 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf) || in UpdatePrintSettings()
|
D | print_job_constants.h | 52 PRINTING_EXPORT extern const char kSettingPrintToPDF[];
|
/external/chromium_org/chrome/renderer/ |
D | chrome_mock_render_thread.cc | 174 !job_settings.GetBoolean(printing::kSettingPrintToPDF, NULL) || in OnUpdatePrintSettings()
|
/external/chromium/chrome/browser/ui/webui/ |
D | print_preview_handler.cc | 268 settings->GetBoolean(printing::kSettingPrintToPDF, &print_to_pdf); in HandlePrint()
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
D | print_preview_handler.cc | 722 settings->GetBoolean(printing::kSettingPrintToPDF, &print_to_pdf); in HandlePrint()
|
/external/chromium_org/android_webview/renderer/ |
D | print_web_view_helper.cc | 918 if (!job_settings.GetBoolean(kSettingPrintToPDF, &print_to_pdf)) in IsPrintToPdfRequested()
|