OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPrinterInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/printing/backend/
printing_info_win.h
19
PRINTING_EXPORT uint8*
GetPrinterInfo
(HANDLE printer, int level);
27
buffer_.reset(
GetPrinterInfo
(printer, level));
printing_info_win.cc
27
uint8*
GetPrinterInfo
(HANDLE printer, int level) {
/external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc
108
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,
printer_job_handler_unittest.cc
447
bool
GetPrinterInfo
(printing::PrinterBasicInfo* info);
497
.WillByDefault(Invoke(this, &PrinterJobHandlerTest::
GetPrinterInfo
));
625
bool PrinterJobHandlerTest::
GetPrinterInfo
(printing::PrinterBasicInfo* info) {
Completed in 89 milliseconds