OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailedJobMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.h
82
typedef std::map<std::string, FailedJobMetadata>
FailedJobMap
;
85
FailedJobMap
failed_job_map_;
printer_job_queue_handler.cc
77
FailedJobMap
::const_iterator job_location = failed_job_map_.find(job_id);
145
std::pair<
FailedJobMap
::iterator, bool> job_found =
Completed in 26 milliseconds