Searched refs:PopPrinterQuery (Results 1 – 5 of 5) sorted by relevance
36 scoped_refptr<PrinterQuery> PopPrinterQuery(int document_cookie);
274 printer_query = queue_->PopPrinterQuery(0); in OnGetDefaultPrintSettings()321 queue_->PopPrinterQuery(params.cookie); in OnScriptedPrint()396 printer_query = queue_->PopPrinterQuery(document_cookie); in OnUpdatePrintSettings()
476 scoped_refptr<PrinterQuery> queued_query = queue_->PopPrinterQuery(cookie); in OpportunisticallyCreatePrintJob()516 printer_query = queue_->PopPrinterQuery(cookie); in ReleasePrinterQuery()
32 scoped_refptr<PrinterQuery> PrintQueriesQueue::PopPrinterQuery( in PopPrinterQuery() function in printing::PrintQueriesQueue
40 queue->PopPrinterQuery(document_cookie); in StopWorker()