HomeSort by relevance Sort by last modified time
    Searched defs:GetJobState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc 190 bool PrintJobHandler::GetJobState(const std::string& id,
printer.cc 427 bool Printer::GetJobState(const std::string& id, LocalPrintJob::Info* info) {
428 return print_job_handler_->GetJobState(id, info);

Completed in 149 milliseconds