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

  /external/chromium_org/chrome/service/cloud_print/
print_system.h 200 virtual bool UseCddAndCjt() = 0;
print_system_cups.cc 97 virtual bool UseCddAndCjt() OVERRIDE;
730 bool PrintSystemCUPS::UseCddAndCjt() {
print_system_win.cc 636 virtual bool UseCddAndCjt() OVERRIDE;
802 bool PrintSystemWin::UseCddAndCjt() {
printer_job_handler.cc 319 if (print_system_->UseCddAndCjt()) {
696 DCHECK(print_system_->UseCddAndCjt());
printer_job_handler_unittest.cc 424 MOCK_METHOD0(UseCddAndCjt, bool());

Completed in 214 milliseconds