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

/external/chromium_org/printing/
H A Dprinting_context.cc66 return UpdatePrintSettings(*pdf_settings);
69 PrintingContext::Result PrintingContext::UpdatePrintSettings( function in class:printing::PrintingContext
H A Dprinting_context.h67 Result UpdatePrintSettings(const base::DictionaryValue& job_settings);
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.h111 void UpdatePrintSettings(const base::DictionaryValue* const new_settings);
H A Dprint_job_worker.cc127 base::Bind(&PrintJobWorker::UpdatePrintSettings,
132 void PrintJobWorker::UpdatePrintSettings( function in class:printing::PrintJobWorker
135 printing_context_->UpdatePrintSettings(*new_settings);
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.h205 bool UpdatePrintSettings(blink::WebLocalFrame* frame,
H A Dprint_web_view_helper.cc868 if (!UpdatePrintSettings(pdf_frame, pdf_element, job_settings)) {
869 LOG(ERROR) << "UpdatePrintSettings failed";
988 if (!UpdatePrintSettings(print_preview_context_.source_frame(),
1449 bool PrintWebViewHelper::UpdatePrintSettings( function in class:printing::__anon1834::PrintWebViewHelper
1478 // Send the cookie so that UpdatePrintSettings can reuse PrinterQuery when
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.h184 bool UpdatePrintSettings(blink::WebLocalFrame* frame,
H A Dprint_web_view_helper.cc911 if (!UpdatePrintSettings(plugin_frame, plugin_element, job_settings)) {
912 LOG(ERROR) << "UpdatePrintSettings failed";
1014 if (!UpdatePrintSettings(print_preview_context_.source_frame(),
1468 bool PrintWebViewHelper::UpdatePrintSettings( function in class:printing::__anon5767::PrintWebViewHelper
1497 // Send the cookie so that UpdatePrintSettings can reuse PrinterQuery when

Completed in 459 milliseconds