Home
last modified time | relevance | path

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

/external/chromium_org/chrome/service/cloud_print/
Dprinter_job_queue_handler.h73 void JobDone(const std::string& job_id);
Dprinter_job_queue_handler.cc138 void PrinterJobQueueHandler::JobDone(const std::string& job_id) { in JobDone() function in cloud_print::PrinterJobQueueHandler
Dprinter_job_handler.cc203 job_queue_handler_.JobDone(job_details_.job_id_); in OnJobCompleted()