Searched defs:print_system_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.h71 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::JobStatusUpdater
H A Dcloud_print_connector.h183 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::CloudPrintConnector
H A Dprinter_job_handler.h256 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::PrinterJobHandler
H A Dprint_system_cups.cc178 : print_system_(print_system),
190 print_system_->GetUpdateTimeout());
211 print_system_->GetUpdateTimeout());
222 print_system_->EnumeratePrinters(&printer_list);
238 scoped_refptr<PrintSystemCUPS> print_system_; member in class:cloud_print::PrintServerWatcherCUPS
252 print_system_(print_system) {
276 print_system_->GetUpdateTimeout());
288 return print_system_->GetPrinterInfo(printer_name_, printer_info);
310 if (print_system_->NotifyDelete() &&
311 !print_system_
362 scoped_refptr<PrintSystemCUPS> print_system_; member in class:cloud_print::PrinterWatcherCUPS
407 scoped_refptr<PrintSystemCUPS> print_system_; member in class:cloud_print::JobSpoolerCUPS
[all...]
H A Dprinter_job_handler_unittest.cc467 scoped_refptr<NiceMock<MockPrintSystem> > print_system_; member in class:cloud_print::PrinterJobHandlerTest
492 print_system_ = new NiceMock<MockPrintSystem>();
496 ON_CALL(print_system_->PrinterWatcher(), GetCurrentPrinterInfo(_))
499 ON_CALL(*print_system_.get(), GetPrinterCapsAndDefaults(_, _))
594 EXPECT_CALL(print_system_->JobSpooler(),
605 print_system_.get(),

Completed in 89 milliseconds