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

  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 65 class TestPrintJob : public printing::PrintJob {
67 explicit TestPrintJob(volatile bool* check) : check_(check) {
70 ~TestPrintJob() {
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
113 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
  /external/chromium_org/chrome/browser/printing/
print_job_unittest.cc 66 class TestPrintJob : public printing::PrintJob {
68 explicit TestPrintJob(volatile bool* check) : check_(check) {
71 virtual ~TestPrintJob() {
103 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
124 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));

Completed in 456 milliseconds