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

/external/chromium/chrome/browser/printing/
H A Dprint_job_unittest.cc65 class TestPrintJob : public printing::PrintJob { class in namespace:__anon2206
67 explicit TestPrintJob(volatile bool* check) : check_(check) { function in class:__anon2206::TestPrintJob
70 ~TestPrintJob() {
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
113 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));

Completed in 33 milliseconds