Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc293 const int kListsToSearch = 3; in TrimCacheV2() local
294 Rankings::ScopedRankingsBlock next[kListsToSearch]; in TrimCacheV2()
298 for (int i = 0; i < kListsToSearch; i++) { in TrimCacheV2()
320 for (; list < kListsToSearch; list++) { in TrimCacheV2()
348 list = kListsToSearch; in TrimCacheV2()
Dbackend_impl.cc1679 const int kListsToSearch = 3; in OpenFollowingEntry() local
1680 scoped_refptr<EntryImpl> entries[kListsToSearch]; in OpenFollowingEntry()
1690 for (int i = 0; i < kListsToSearch; i++) { in OpenFollowingEntry()
1701 for (int i = 0; i < kListsToSearch; i++) { in OpenFollowingEntry()
1717 Time access_times[kListsToSearch]; in OpenFollowingEntry()
1718 for (int i = 0; i < kListsToSearch; i++) { in OpenFollowingEntry()