HomeSort by relevance Sort by last modified time
    Searched defs:print_system_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
job_status_updater.h 71 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::JobStatusUpdater
cloud_print_connector.h 183 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::CloudPrintConnector
printer_job_handler.h 256 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::PrinterJobHandler
print_system_cups.cc 178 : 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_->IsValidPrinter(printer_name_))
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...]
printer_job_handler_unittest.cc 467 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 41 milliseconds