HomeSort by relevance Sort by last modified time
    Searched full:printer_info_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/printing/backend/
printing_info_win.cc 31 LOG(WARNING) << "Failed to get size of PRINTER_INFO_" << level <<
38 LOG(WARNING) << "Failed to get PRINTER_INFO_" << level <<
printing_info_win.h 66 // Retrieves DEVMODE from PRINTER_INFO_* structures.
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 38 printer_info_ = print_backend->GetPrinterDriverInfo(printer_name);
39 crash_keys::ScopedPrinterInfo crash_key(printer_info_);
73 crash_keys::ScopedPrinterInfo crash_key(printer_info_);
108 std::string printer_info_; // For crash reporting. member in class:cloud_print::__anon9624::PrintSystemWatcherWin
printer_job_handler.cc 67 printer_info_(printer_info),
86 if (!print_system_->IsValidPrinter(printer_info_.printer_name))
90 printer_info_.printer_name);
97 return printer_info_.printer_name;
348 if (print_system_->ValidatePrintTicket(printer_info_.printer_name, data)) {
473 << ", printer name: " << printer_info_.printer_name.c_str()
513 printer_info_.printer_name));
606 new JobStatusUpdater(printer_info_.printer_name, job_details_.job_id_,
657 << ", printer name: " << printer_info_.printer_name
716 if (printer_info.printer_name != printer_info_.printer_name)
    [all...]
printer_job_handler.h 257 printing::PrinterBasicInfo printer_info_; member in class:cloud_print::PrinterJobHandler

Completed in 328 milliseconds