GetPrinterInfo    110 chrome/service/cloud_print/print_system_cups.cc   bool GetPrinterInfo(const std::string& printer_name,
GetPrinterInfo    290 chrome/service/cloud_print/print_system_cups.cc     return print_system_->GetPrinterInfo(printer_name_, printer_info);
GetPrinterInfo    340 chrome/service/cloud_print/print_system_cups.cc     if (!print_system_->GetPrinterInfo(printer_name_, &info))
GetPrinterInfo    545 chrome/service/cloud_print/print_system_cups.cc   return GetPrinterInfo(printer_name, NULL);
GetPrinterInfo    447 chrome/service/cloud_print/printer_job_handler_unittest.cc   bool GetPrinterInfo(printing::PrinterBasicInfo* info);
GetPrinterInfo    497 chrome/service/cloud_print/printer_job_handler_unittest.cc       .WillByDefault(Invoke(this, &PrinterJobHandlerTest::GetPrinterInfo));
GetPrinterInfo     19 printing/backend/printing_info_win.h PRINTING_EXPORT uint8* GetPrinterInfo(HANDLE printer, int level);
GetPrinterInfo     27 printing/backend/printing_info_win.h     buffer_.reset(GetPrinterInfo(printer, level));
GetPrinterInfo     87 third_party/wtl/include/atlprint.h 		GetPrinterInfo(hPrinter);
GetPrinterInfo     96 third_party/wtl/include/atlprint.h 	bool GetPrinterInfo(HANDLE hPrinter)
GetPrinterInfo    246 third_party/wtl/include/atlprint.h 		if (pinfon5.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    248 third_party/wtl/include/atlprint.h 		else if (pinfon2.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    275 third_party/wtl/include/atlprint.h 		if (pinfo5.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    277 third_party/wtl/include/atlprint.h 		else if (pinfo2.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    291 third_party/wtl/include/atlprint.h 		if (pinfo5.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    293 third_party/wtl/include/atlprint.h 		else if (pinfo2.GetPrinterInfo(m_hPrinter))
GetPrinterInfo    370 third_party/wtl/include/atlprint.h 		bool b = pinfo.GetPrinterInfo(hPrinter);
GetPrinterInfo    441 third_party/wtl/include/atlprint.h 		pi.GetPrinterInfo(hPrinter);