Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dprint_preview_ui.cc33 const string16& job_title) { in PreviewDataIsAvailable() argument
35 StringValue title(job_title); in PreviewDataIsAvailable()
Dprint_preview_ui.h25 const string16& job_title);
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud.cc524 string16 job_title = print_job_title; in CreateDialogImpl() local
528 if (job_title.empty() && browser->GetSelectedTabContents()) in CreateDialogImpl()
529 job_title = browser->GetSelectedTabContents()->GetTitle(); in CreateDialogImpl()
551 path_to_file, width, height, std::string(), job_title, file_type, in CreateDialogImpl()