Lines Matching refs:get
72 if (!print_job_.get())
246 if (!print_job_.get() || !print_job_->is_job_pending()) {
270 // a message loop until we get our signal that the print job is satisfied.
318 DCHECK(!print_job_.get());
326 Source<PrintJob>(print_job_.get()));
337 if (print_job_.get() &&
353 if (!print_job_.get() || !tab_contents())
362 if (!print_job_.get())
385 if (!print_job_.get())
391 Source<PrintJob>(print_job_.get()));
434 if (print_job_.get())
443 // The job was initiated by a script. Time to get the corresponding worker
448 DCHECK(queued_query.get());
449 if (!queued_query.get())
452 if (!CreateNewPrintJob(queued_query.get())) {