Searched refs:Spool (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system.h128 // Spool job to the printer asynchronously. Caller will be notified via
130 // time. Subsequent calls to Spool (before the Delegate::OnJobSpoolSucceeded
132 virtual bool Spool(const std::string& print_ticket,
H A Dprinter_job_handler_unittest.cc354 MOCK_METHOD8(Spool, bool(
595 Spool(kExamplePrintTicket, _, _, _, _, _, _, _))
653 ON_CALL(*this, Spool(_, _, _, _, _, _, _, _))
H A Dprint_system_win.cc223 virtual bool Spool(const std::string& print_ticket,
236 return core_->Spool(print_ticket, print_ticket_mime_type,
254 bool Spool(const std::string& print_ticket, function in class:cloud_print::__anon5872::JobSpoolerWin::Core
H A Dprint_system_cups.cc376 virtual bool Spool(const std::string& print_ticket,
H A Dprinter_job_handler.cc803 if (!job_spooler_->Spool(job_details.print_ticket_,

Completed in 119 milliseconds