OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPrinterInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/printing/backend/
printing_info_win.cc
27
uint8*
GetPrinterInfo
(HANDLE printer, int level) {
/external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc
115
bool
GetPrinterInfo
(const std::string& printer_name,
295
return print_system_->
GetPrinterInfo
(printer_name_, printer_info);
345
if (!print_system_->
GetPrinterInfo
(printer_name_, &info))
548
return
GetPrinterInfo
(printer_name, NULL);
686
bool PrintSystemCUPS::
GetPrinterInfo
(const std::string& printer_name,
printer_job_handler_unittest.cc
441
bool
GetPrinterInfo
(printing::PrinterBasicInfo* info);
488
.WillByDefault(Invoke(this, &PrinterJobHandlerTest::
GetPrinterInfo
));
602
bool PrinterJobHandlerTest::
GetPrinterInfo
(printing::PrinterBasicInfo* info) {
Completed in 188 milliseconds