Home
last modified time | relevance | path

Searched refs:UseCddAndCjt (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dprint_system.h200 virtual bool UseCddAndCjt() = 0;
Dprinter_job_handler.cc319 if (print_system_->UseCddAndCjt()) { in HandleJobMetadataResponse()
696 DCHECK(print_system_->UseCddAndCjt()); in OnReceivePrinterCaps()
Dprint_system_win.cc636 virtual bool UseCddAndCjt() OVERRIDE;
802 bool PrintSystemWin::UseCddAndCjt() { in UseCddAndCjt() function in cloud_print::__anon4d7f84d30111::PrintSystemWin
Dprint_system_cups.cc97 virtual bool UseCddAndCjt() OVERRIDE;
730 bool PrintSystemCUPS::UseCddAndCjt() { in UseCddAndCjt() function in cloud_print::PrintSystemCUPS
Dprinter_job_handler_unittest.cc424 MOCK_METHOD0(UseCddAndCjt, bool());