Searched refs:GetPrinterInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/printing/backend/
H A Dprinting_info_win.h19 PRINTING_EXPORT uint8* GetPrinterInfo(HANDLE printer, int level);
27 buffer_.reset(GetPrinterInfo(printer, level));
H A Dprinting_info_win.cc27 uint8* GetPrinterInfo(HANDLE printer, int level) { function in namespace:printing::internal
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc108 bool GetPrinterInfo(const std::string& printer_name,
288 return print_system_->GetPrinterInfo(printer_name_, printer_info);
338 if (!print_system_->GetPrinterInfo(printer_name_, &info))
543 return GetPrinterInfo(printer_name, NULL);
687 bool PrintSystemCUPS::GetPrinterInfo(const std::string& printer_name, function in class:cloud_print::PrintSystemCUPS
H A Dprinter_job_handler_unittest.cc447 bool GetPrinterInfo(printing::PrinterBasicInfo* info);
497 .WillByDefault(Invoke(this, &PrinterJobHandlerTest::GetPrinterInfo));
625 bool PrinterJobHandlerTest::GetPrinterInfo(printing::PrinterBasicInfo* info) { function in class:cloud_print::PrinterJobHandlerTest

Completed in 136 milliseconds