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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.cc 77 FailedJobMap::const_iterator job_location = failed_job_map_.find(job_id);
78 if (job_location == failed_job_map_.end()) {
137 failed_job_map_.erase(job_id);
146 failed_job_map_.insert(FailedJobPair(job_id, metadata));
153 failed_job_map_.erase(job_found.first);
printer_job_queue_handler.h 85 FailedJobMap failed_job_map_; member in class:cloud_print::PrinterJobQueueHandler

Completed in 27 milliseconds