Searched refs:Spool (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ |
D | printer_job_handler_unittest.cc | 354 MOCK_METHOD8(Spool, bool( 595 Spool(kExamplePrintTicket, _, _, _, _, _, _, _)) in SetUpJobSuccessTest() 653 ON_CALL(*this, Spool(_, _, _, _, _, _, _, _)) in MockJobSpooler()
|
D | print_system.h | 132 virtual bool Spool(const std::string& print_ticket,
|
D | print_system_win.cc | 223 virtual bool Spool(const std::string& print_ticket, in Spool() function in cloud_print::__anon4d7f84d30111::JobSpoolerWin 236 return core_->Spool(print_ticket, print_ticket_mime_type, in Spool() 254 bool Spool(const std::string& print_ticket, in Spool() function in cloud_print::__anon4d7f84d30111::JobSpoolerWin::Core
|
D | printer_job_handler.cc | 803 if (!job_spooler_->Spool(job_details.print_ticket_, in DoPrint()
|
D | print_system_cups.cc | 376 virtual bool Spool(const std::string& print_ticket, in Spool() function in cloud_print::JobSpoolerCUPS
|