Searched refs:print_system (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy.cc | 200 scoped_refptr<PrintSystem> print_system = in GetPrinters() local 202 if (!print_system.get()) in GetPrinters() 204 PrintSystem::PrintSystemResult result = print_system->Init(); in GetPrinters() 208 print_system->EnumeratePrinters(&printer_list); in GetPrinters()
|
D | job_status_updater.cc | 32 PrintSystem* print_system, in JobStatusUpdater() argument 39 print_system_(print_system), in JobStatusUpdater()
|
D | print_system_cups.cc | 177 explicit PrintServerWatcherCUPS(PrintSystemCUPS* print_system) in PrintServerWatcherCUPS() argument 178 : print_system_(print_system), in PrintServerWatcherCUPS() 248 PrinterWatcherCUPS(PrintSystemCUPS* print_system, in PrinterWatcherCUPS() argument 252 print_system_(print_system) { in PrinterWatcherCUPS() 370 explicit JobSpoolerCUPS(PrintSystemCUPS* print_system) in JobSpoolerCUPS() argument 371 : print_system_(print_system) { in JobSpoolerCUPS()
|
D | job_status_updater.h | 40 PrintSystem* print_system,
|
D | printer_job_handler.h | 98 PrintSystem* print_system,
|
D | printer_job_handler.cc | 64 PrintSystem* print_system, in PrinterJobHandler() argument 66 : print_system_(print_system), in PrinterJobHandler()
|
/external/chromium_org/chrome/service/ |
D | BUILD.gn | 31 "cloud_print/print_system.cc", 32 "cloud_print/print_system.h",
|
/external/chromium_org/chrome/ |
D | chrome.gyp | 685 'service/cloud_print/print_system.cc', 686 'service/cloud_print/print_system.h',
|