Home
last modified time | relevance | path

Searched refs:queued_query (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/printing/
Dprint_view_manager.cc445 scoped_refptr<PrinterQuery> queued_query; in OpportunisticallyCreatePrintJob() local
447 &queued_query); in OpportunisticallyCreatePrintJob()
448 DCHECK(queued_query.get()); in OpportunisticallyCreatePrintJob()
449 if (!queued_query.get()) in OpportunisticallyCreatePrintJob()
452 if (!CreateNewPrintJob(queued_query.get())) { in OpportunisticallyCreatePrintJob()