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

  /external/chromium_org/chrome/service/cloud_print/
print_system.h 137 const std::string& job_title,
print_system_win.cc 228 const std::string& job_title,
238 printer_name, job_title, delegate);
259 const std::string& job_title,
290 base::string16 doc_name = base::UTF8ToUTF16(job_title);
305 job_title,
453 const std::string& job_title,
468 base::UTF8ToWide(job_title).c_str(),
print_system_cups.cc 105 const std::string& job_title,
381 const std::string& job_title,
388 printer_name, job_title, tags, &dry_run);
774 const std::string& job_title,
817 job_title.c_str(),
printer_job_handler_unittest.cc 360 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 base::string16& job_title) {
221 command_line.AppendSwitchNative(switches::kCloudPrintJobTitle, job_title);
482 base::string16 job_title; local
486 &job_title);
488 if (!LaunchPrintDialog(port_data->file_path, job_title)) {
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 440 const base::string16& job_title) {
441 initiator_title_ = job_title;

Completed in 205 milliseconds