Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Din_flight_io.cc44 while (!io_list_.empty()) { in WaitForPendingIO()
46 IOList::iterator it = io_list_.begin(); in WaitForPendingIO()
76 DCHECK(io_list_.find(operation) != io_list_.end()); in InvokeCallback()
77 io_list_.erase(make_scoped_refptr(operation)); in InvokeCallback()
84 io_list_.insert(make_scoped_refptr(operation)); in OnOperationPosted()
Din_flight_io.h121 IOList io_list_; // List of pending, in-flight io operations. variable