Searched refs:adjustSize (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/loader/cache/ |
D | MemoryCache.cpp | 119 adjustSize(resource->hasClients(), delta); in revalidationSucceeded() 145 adjustSize(resource->hasClients(), resource->size()); in resourceForURL() 319 adjustSize(resource->hasClients(), -static_cast<int>(resource->size())); in makeResourcePurgeable() 342 adjustSize(resource->hasClients(), -static_cast<int>(resource->size())); in evict() 469 adjustSize(resource->hasClients(), resource->size()); in resourceAccessed() 582 void MemoryCache::adjustSize(bool live, int delta) in adjustSize() function in WebCore::MemoryCache
|
D | MemoryCache.h | 154 void adjustSize(bool live, int delta);
|
D | CachedResource.cpp | 347 memoryCache()->adjustSize(hasClients(), delta); in setDecodedSize() 374 memoryCache()->adjustSize(hasClients(), delta); in setEncodedSize()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 166 (Cache::adjustSize): 2748 Added Cache::adjustSize() and Cache::checkLRUAndUncacheableListIntegrity(). 2751 the size of a cached object, and it calls Cache::adjustSize. 2767 (Cache::adjustSize): Added. Changes the "total LRU list size" by the
|
D | ChangeLog-2007-10-14 | 46661 (WebCore::Cache::adjustSize): 48810 REGRESSION: Repro ASSERT failure in Cache::adjustSize running layout tests 50745 assert to adjustSize to detect this case in the future. 50753 (WebCore::Cache::adjustSize): 50931 (WebCore::Cache::adjustSize):
|
D | ChangeLog-2010-12-06 | 16887 (WebCore::MemoryCache::adjustSize): 17038 (WebCore::Cache::adjustSize): 30562 iOS: ASSERT in Cache::adjustSize running layout tests 30568 adjustSize(). Now we make sure makeResourcePurgable only adjusts the size of the Cache's
|
D | ChangeLog-2006-12-31 | 21494 (WebCore::Cache::adjustSize):
|