Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_index.cc52 class CompareHashesForTimestamp { class
56 explicit CompareHashesForTimestamp(const EntrySet& set);
63 CompareHashesForTimestamp::CompareHashesForTimestamp(const EntrySet& set) in CompareHashesForTimestamp() function in __anon503f7f330111::CompareHashesForTimestamp
67 bool CompareHashesForTimestamp::operator()(uint64 hash1, uint64 hash2) { in operator ()()
308 CompareHashesForTimestamp(entries_set_)); in StartEvictionIfNeeded()