HomeSort by relevance Sort by last modified time
    Searched defs:CacheRankingsBlock (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
storage_block.h 88 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
  /external/chromium_org/net/disk_cache/
entry_impl.h 21 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
61 inline CacheRankingsBlock* rankings() {
258 CacheRankingsBlock node_; // Rankings related information for this entry.
rankings.h 22 typedef StorageBlock<RankingsNode> CacheRankingsBlock;
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* node, bool modified, List list)
    [all...]

Completed in 49 milliseconds