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

/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler_unittest.cc380 class MockPrintSystem : public PrintSystem { class in namespace:cloud_print
382 MockPrintSystem();
427 friend class scoped_refptr<NiceMock<MockPrintSystem> >;
428 friend class scoped_refptr<StrictMock<MockPrintSystem> >;
429 friend class scoped_refptr<MockPrintSystem>;
432 virtual ~MockPrintSystem() {}
467 scoped_refptr<NiceMock<MockPrintSystem> > print_system_;
492 print_system_ = new NiceMock<MockPrintSystem>();
657 MockPrintSystem::MockPrintSystem() function in class:cloud_print::MockPrintSystem
[all...]

Completed in 63 milliseconds