Searched refs:job_title (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui.cc33 const string16& job_title) {
35 StringValue title(job_title);
32 PreviewDataIsAvailable(int expected_pages_count, const string16& job_title) argument
H A Dprint_preview_ui.h23 // |job_title| is the title of the page being previewed.
25 const string16& job_title);
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc524 string16 job_title = print_job_title; local
528 if (job_title.empty() && browser->GetSelectedTabContents())
529 job_title = browser->GetSelectedTabContents()->GetTitle();
551 path_to_file, width, height, std::string(), job_title, file_type,

Completed in 87 milliseconds