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

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 56 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_.erase(make_scoped_refptr(operation))
    [all...]
in_flight_io.h 129 IOList io_list_; // List of pending, in-flight io operations. member in class:disk_cache::InFlightIO

Completed in 37 milliseconds