Home | History | Annotate | Download | only in cache

Lines Matching refs:memoryCache

45 #include "MemoryCache.h"
117 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL);
172 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(KURL(KURL(), requestURL));
174 if (CachedResource* existing = memoryCache()->resourceForURL(url)) {
177 memoryCache()->remove(existing);
181 bool inCache = memoryCache()->add(userSheet);
312 url = MemoryCache::removeFragmentIdentifierIfNeeded(url);
328 if (memoryCache()->disabled()) {
337 CachedResource* resource = memoryCache()->resourceForURL(url);
344 memoryCache()->remove(resource);
351 memoryCache()->resourceAccessed(resource);
369 ASSERT(!memoryCache()->disabled());
380 memoryCache()->remove(resource);
381 memoryCache()->add(newResource);
392 ASSERT(!memoryCache()->resourceForURL(url));
398 bool inCache = memoryCache()->add(resource);
416 memoryCache()->remove(resource);
744 memoryCache()->remove(res);
788 memoryCache()->remove(res);