OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_list_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/
in_flight_io.cc
52
while (!
io_list_
.empty()) {
54
IOList::iterator it =
io_list_
.begin();
60
while (!
io_list_
.empty()) {
61
IOList::iterator it =
io_list_
.begin();
64
DCHECK(
io_list_
.find(operation) !=
io_list_
.end());
65
io_list_
.erase(make_scoped_refptr(operation));
98
DCHECK(
io_list_
.find(operation) !=
io_list_
.end());
100
io_list_
.erase(make_scoped_refptr(operation))
[
all
...]
in_flight_io.h
125
IOList
io_list_
; // List of pending, in-flight io operations.
member in class:disk_cache::InFlightIO
/external/chromium/net/disk_cache/
in_flight_io.cc
44
while (!
io_list_
.empty()) {
46
IOList::iterator it =
io_list_
.begin();
76
DCHECK(
io_list_
.find(operation) !=
io_list_
.end());
77
io_list_
.erase(make_scoped_refptr(operation));
84
io_list_
.insert(make_scoped_refptr(operation));
in_flight_io.h
121
IOList
io_list_
; // List of pending, in-flight io operations.
member in class:disk_cache::InFlightIO
Completed in 694 milliseconds