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

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.h21 typedef StorageBlock<RankingsNode> CacheRankingsBlock; typedef in namespace:disk_cache
61 inline CacheRankingsBlock* rankings() {
258 CacheRankingsBlock node_; // Rankings related information for this entry.
H A Drankings.h22 typedef StorageBlock<RankingsNode> CacheRankingsBlock; typedef in namespace:disk_cache
66 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
68 class ScopedRankingsBlock : public scoped_ptr<CacheRankingsBlock> {
72 ScopedRankingsBlock(Rankings* rankings, CacheRankingsBlock* node);
83 void reset(CacheRankingsBlock* p = NULL) {
86 scoped_ptr<CacheRankingsBlock>::reset(p);
101 CacheRankingsBlock* nodes[3]; // Nodes on the first three lists.
114 void Insert(CacheRankingsBlock* node, bool modified, List list);
121 void Remove(CacheRankingsBlock* node, List list, bool strict);
124 void UpdateRank(CacheRankingsBlock* nod
[all...]

Completed in 964 milliseconds