HomeSort by relevance Sort by last modified time
    Searched refs:job_title (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/ui/webui/
print_preview_ui.cc 33 const string16& job_title) {
35 StringValue title(job_title);
print_preview_ui.h 23 // |job_title| is the title of the page being previewed.
25 const string16& job_title);
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 524 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,
  /external/chromium_org/chrome/service/cloud_print/
print_system.h 135 const std::string& job_title,
print_system_win.cc 367 const std::string& job_title,
376 print_data_mime_type, printer_name, job_title,
402 const std::string& job_title,
433 string16 doc_name = UTF8ToUTF16(job_title);
448 job_title,
610 const std::string& job_title,
627 UTF8ToWide(printer_name).c_str(), UTF8ToWide(job_title).c_str(),
print_system_cups.cc 112 const std::string& job_title,
387 const std::string& job_title,
394 printer_name, job_title, tags, &dry_run);
769 const std::string& job_title,
812 job_title.c_str(),
printer_job_handler_unittest.cc 357 const std::string& job_title,
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 197 // job_title is the title to be used for the resulting print job.
199 const string16& job_title) {
225 job_title);
493 string16 job_title; local
497 &job_title);
499 if (!LaunchPrintDialog(port_data->file_path, job_title)) {
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 392 const string16& job_title) {
393 initiator_title_ = job_title;

Completed in 121 milliseconds