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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.h 83 typedef std::map<std::string, FailedJobMetadata> FailedJobMap;
86 FailedJobMap failed_job_map_;
printer_job_queue_handler.cc 78 FailedJobMap::const_iterator job_location = failed_job_map_.find(job_id);
147 std::pair<FailedJobMap::iterator, bool> job_found =

Completed in 61 milliseconds