Lines Matching refs:job
67 // Cancel the current job, wait for the worker to finish.
79 // the print job may finish without problem.
270 // a message loop until we get our signal that the print job is satisfied.
279 // know that the job will be stopped/canceled in any case.
299 bool PrintViewManager::CreateNewPrintJob(PrintJobWorkerOwner* job) {
302 // We can't help; we are waiting for a print job initialization. The user is
319 DCHECK(job);
320 if (!job)
324 print_job_->Initialize(job, this, number_pages_);
344 // DO NOT wait for the job to finish.
376 // all the pages in an hurry if a print job is still pending. This does the
443 // The job was initiated by a script. Time to get the corresponding worker