Searched refs:JobDone (Results 1 – 3 of 3) sorted by relevance
73 void JobDone(const std::string& job_id);
138 void PrinterJobQueueHandler::JobDone(const std::string& job_id) { in JobDone() function in cloud_print::PrinterJobQueueHandler
203 job_queue_handler_.JobDone(job_details_.job_id_); in OnJobCompleted()