Searched defs:GetJobState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
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);

Completed in 41 milliseconds