Searched refs:io_list_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.cc56 while (!io_list_.empty()) {
58 IOList::iterator it = io_list_.begin();
64 while (!io_list_.empty()) {
65 IOList::iterator it = io_list_.begin();
68 DCHECK(io_list_.find(operation) != io_list_.end());
69 io_list_.erase(make_scoped_refptr(operation));
101 DCHECK(io_list_.find(operation) != io_list_.end());
103 io_list_
[all...]
H A Din_flight_io.h129 IOList io_list_; // List of pending, in-flight io operations. member in class:disk_cache::InFlightIO

Completed in 83 milliseconds