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

  /external/chromium/net/disk_cache/
in_flight_io.cc 44 while (!io_list_.empty()) {
46 IOList::iterator it = io_list_.begin();
76 DCHECK(io_list_.find(operation) != io_list_.end());
77 io_list_.erase(make_scoped_refptr(operation));
84 io_list_.insert(make_scoped_refptr(operation));
in_flight_io.h 121 IOList io_list_; // List of pending, in-flight io operations. member in class:disk_cache::InFlightIO

Completed in 284 milliseconds