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

/external/chromium/net/tools/flip_server/
H A Dmem_cache.cc64 MemoryCache::MemoryCache() {} function in class:net::MemoryCache
66 MemoryCache::~MemoryCache() {}
68 void MemoryCache::CloneFrom(const MemoryCache& mc) {
79 void MemoryCache::AddFiles() {
124 void MemoryCache::ReadToString(const char* filename, std::string* output) {
140 void MemoryCache::ReadAndStoreFileContents(const char* filename) {
206 FileData* MemoryCache
[all...]
H A Dmem_cache.h107 class MemoryCache { class in namespace:net
112 MemoryCache();
113 ~MemoryCache();
115 void CloneFrom(const MemoryCache& mc);
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h75 class MemoryCache { class in namespace:WebCore
76 WTF_MAKE_NONCOPYABLE(MemoryCache); WTF_MAKE_FAST_ALLOCATED;
78 friend MemoryCache* memoryCache();
175 MemoryCache();
176 ~MemoryCache(); // Not implemented to make sure nobody accidentally calls delete -- WebCore does not delete singletons.
218 inline bool MemoryCache::shouldMakeResourcePurgeableOnEviction()
228 MemoryCache* memoryCache();
H A DMemoryCache.cpp24 #include "MemoryCache.h"
54 MemoryCache* memoryCache()
56 static MemoryCache* staticCache = new MemoryCache;
60 MemoryCache::MemoryCache() function in class:WebCore::MemoryCache
73 KURL MemoryCache::removeFragmentIdentifierIfNeeded(const KURL& originalURL)
86 bool MemoryCache::add(CachedResource* resource)
96 LOG(ResourceLoading, "MemoryCache::add Added '%s', resource %p\n", resource->url().latin1().data(), resource);
100 void MemoryCache
[all...]

Completed in 85 milliseconds