Home
last modified time | relevance | path

Searched refs:IOList (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Din_flight_io.h119 typedef std::set<scoped_refptr<BackgroundIO> > IOList; typedef
121 IOList io_list_; // List of pending, in-flight io operations.
Din_flight_io.cc46 IOList::iterator it = io_list_.begin(); in WaitForPendingIO()