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

  /external/chromium/net/disk_cache/
in_flight_io.h 119 typedef std::set<scoped_refptr<BackgroundIO> > IOList;
121 IOList io_list_; // List of pending, in-flight io operations.
in_flight_io.cc 46 IOList::iterator it = io_list_.begin();
  /external/chromium_org/net/disk_cache/
in_flight_io.h 123 typedef std::set<scoped_refptr<BackgroundIO> > IOList;
125 IOList io_list_; // List of pending, in-flight io operations.
in_flight_io.cc 54 IOList::iterator it = io_list_.begin();
61 IOList::iterator it = io_list_.begin();

Completed in 68 milliseconds