Searched refs:print_system_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.cc39 print_system_(print_system),
59 if (print_system_->GetJobDetails(printer_name_, local_job_id_,
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 Djob_status_updater.h71 scoped_refptr<PrintSystem> print_system_; member in class:cloud_print::JobStatusUpdater
H A Dcloud_print_connector.cc35 if (print_system_.get())
37 print_system_ = PrintSystem::CreateInstance(
39 if (!print_system_.get()) {
43 PrintSystem::PrintSystemResult result = print_system_->Init();
45 print_system_ = NULL;
78 print_server_watcher_ = print_system_->CreatePrintServerWatcher();
225 print_system_->EnumeratePrinters(&local_printers);
438 print_system_.get(),
556 print_system_->GetPrinterCapsAndDefaults(
H A Dprinter_job_handler.cc66 : print_system_(print_system),
86 if (!print_system_->IsValidPrinter(printer_info_.printer_name))
89 printer_watcher_ = print_system_->CreatePrinterWatcher(
319 if (print_system_->UseCddAndCjt()) {
359 if (print_system_->ValidatePrintTicket(printer_info_.printer_name, data,
368 accept_headers += print_system_->GetSupportedMimeTypes();
621 print_system_.get(), this));
653 print_system_->GetPrinterCapsAndDefaults(
696 DCHECK(print_system_->UseCddAndCjt());
785 // |job_spooler_| and |print_system_|
[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(),
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

Completed in 875 milliseconds