Searched defs:memoryCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DMemoryCache.cpp54 MemoryCache* memoryCache() function in namespace:WebCore
62 void setMemoryCacheForTesting(MemoryCache* memoryCache) argument
64 gMemoryCache = memoryCache;
501 if (Resource* resource = memoryCache()->resourceForURL(url))
502 memoryCache()->remove(resource);

Completed in 79 milliseconds