BackingStoreCache 25 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache* large_cache = NULL; BackingStoreCache 26 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache* small_cache = NULL; BackingStoreCache 75 content/browser/renderer_host/backing_store_manager.cc void ExpireBackingStoreAt(BackingStoreCache* cache, BackingStoreCache 76 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache::iterator backing_store) { BackingStoreCache 80 content/browser/renderer_host/backing_store_manager.cc size_t ExpireLastBackingStore(BackingStoreCache* cache) { BackingStoreCache 86 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache::iterator entry = --cache->rbegin().base(); BackingStoreCache 97 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache* cache = BackingStoreCache 118 content/browser/renderer_host/backing_store_manager.cc large_cache = new BackingStoreCache(BackingStoreCache::NO_AUTO_EVICT); BackingStoreCache 119 content/browser/renderer_host/backing_store_manager.cc small_cache = new BackingStoreCache(BackingStoreCache::NO_AUTO_EVICT); BackingStoreCache 137 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache* cache; BackingStoreCache 230 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache::iterator it = large_cache->Get(host); BackingStoreCache 247 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache* cache = large_cache; BackingStoreCache 248 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache::iterator it = cache->Peek(host); BackingStoreCache 264 content/browser/renderer_host/backing_store_manager.cc BackingStoreCache::iterator it;