Searched refs:GetJobState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprint_job_handler.h54 bool GetJobState(const std::string& id, LocalPrintJob::Info* info_out);
H A Dprivet_http_server.h126 virtual bool GetJobState(const std::string& job_id,
H A Dprinter.h92 virtual bool GetJobState(const std::string& id,
H A Dprint_job_handler.cc190 bool PrintJobHandler::GetJobState(const std::string& id, function in class:PrintJobHandler
H A Dprinter.cc427 bool Printer::GetJobState(const std::string& id, LocalPrintJob::Info* info) { function in class:Printer
428 return print_job_handler_->GetJobState(id, info);
H A Dprivet_http_server.cc405 if (!delegate_->GetJobState(job_id, &info))

Completed in 1434 milliseconds