HomeSort by relevance Sort by last modified time
    Searched refs:to_run_when_initialized_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 163 for (CallbackList::iterator it = to_run_when_initialized_.begin(),
164 end = to_run_when_initialized_.end(); it != end; ++it) {
207 to_run_when_initialized_.push_back(task);
432 to_run_when_initialized_.size(), 0, 100, 20);
434 for (CallbackList::iterator it = to_run_when_initialized_.begin(),
435 end = to_run_when_initialized_.end(); it != end; ++it) {
438 to_run_when_initialized_.clear();
simple_index.h 192 CallbackList to_run_when_initialized_; member in class:disk_cache::SimpleIndex

Completed in 83 milliseconds