Home | History | Annotate | Download | only in printing

Lines Matching defs:job

47     // Wait for each job to finish.
49 PrintJob* job = current_jobs[i];
50 if (!job)
52 // Wait for 120 seconds for the print job to be spooled.
54 job->FlushJob(120000);
55 job->Stop();
61 void PrintJobManager::QueuePrinterQuery(PrinterQuery* job) {
63 DCHECK(job);
64 queued_queries_.push_back(make_scoped_refptr(job));
65 DCHECK(job->is_valid());
69 scoped_refptr<PrinterQuery>* job) {
77 *job = current_query;
137 // A failed job may have never started.