HomeSort by relevance Sort by last modified time
    Searched defs:IOList (Results 1 - 2 of 2) 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.
  /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.

Completed in 246 milliseconds