Home
last modified time | relevance | path

Searched refs:low_use (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h216 IndexIterator* low_use,
241 IndexIterator* low_use,
246 IndexIterator* low_use,
Dindex_table_v3.cc759 IndexIterator* low_use, in GetOldest() argument
762 low_use->forward = true; in GetOldest()
765 InitIterator(low_use); in GetOldest()
768 WalkTables(-1, no_use, low_use, high_use); in GetOldest()
884 IndexIterator* low_use, in WalkTables() argument
895 UpdateFromBucket(bucket, i, limit_time, no_use, low_use, high_use); in WalkTables()
911 IndexIterator* low_use, in UpdateFromBucket() argument
929 UpdateIterator(entry_cell, limit_time, low_use); in UpdateFromBucket()
Dindex_table_v3_unittest.cc507 disk_cache::IndexIterator no_use, low_use, high_use; in TEST() local
508 index.GetOldest(&no_use, &low_use, &high_use); in TEST()
510 ASSERT_EQ(10u, low_use.cells.size()); in TEST()
515 EXPECT_EQ(entries[20].hash, low_use.cells[0].hash); in TEST()
516 EXPECT_EQ(entries[29].hash, low_use.cells[9].hash); in TEST()