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);
310 url = MemoryCache::removeFragmentIdentifierIfNeeded(url);
326 if (memoryCache()->disabled()) {
335 CachedResource* resource = memoryCache()->resourceForURL(url);
342 memoryCache()->remove(resource);
349 memoryCache()->resourceAccessed(resource);
367 ASSERT(!memoryCache()->disabled());
378 memoryCache()->remove(resource);
379 memoryCache()->add(newResource);
390 ASSERT(!memoryCache()->resourceForURL(url));
396 bool inCache = memoryCache()->add(resource);
414 memoryCache()->remove(resource);
742 memoryCache()->remove(res);
786 memoryCache()->remove(res);