Home | History | Annotate | Download | only in cache

Lines Matching refs:memoryCache

27 #include "MemoryCache.h"
119 ASSERT(url().isNull() || memoryCache()->resourceForURL(KURL(ParsedURLString, url())) != this);
281 memoryCache()->addToLiveResourcesSize(this);
293 memoryCache()->removeFromLiveResourcesSize(this);
294 memoryCache()->removeFromLiveDecodedResourcesList(this);
302 memoryCache()->remove(this);
304 memoryCache()->prune();
326 memoryCache()->removeFromLRUList(this);
332 memoryCache()->insertInLRUList(this);
342 memoryCache()->insertInLiveDecodedResourcesList(this);
344 memoryCache()->removeFromLiveDecodedResourcesList(this);
347 memoryCache()->adjustSize(hasClients(), delta);
365 memoryCache()->removeFromLRUList(this);
371 memoryCache()->insertInLRUList(this);
374 memoryCache()->adjustSize(hasClients(), delta);
384 memoryCache()->removeFromLiveDecodedResourcesList(this);
385 memoryCache()->insertInLiveDecodedResourcesList(this);
387 memoryCache()->prune();