OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 171 milliseconds