Searched defs:limit_time (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc232 int limit_time,
236 if (iterator->forward && time <= limit_time)
238 if (!iterator->forward && time >= limit_time)
882 void IndexTable::WalkTables(int limit_time, argument
895 UpdateFromBucket(bucket, i, limit_time, no_use, low_use, high_use);
909 int limit_time,
925 UpdateIterator(entry_cell, limit_time, no_use);
929 UpdateIterator(entry_cell, limit_time, low_use);
933 UpdateIterator(entry_cell, limit_time, high_use);
231 UpdateIterator(const disk_cache::EntryCell& cell, int limit_time, IndexIterator* iterator) argument
908 UpdateFromBucket(IndexBucket* bucket, int bucket_hash, int limit_time, IndexIterator* no_use, IndexIterator* low_use, IndexIterator* high_use) argument

Completed in 125 milliseconds