OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1055 milliseconds