Home
last modified time | relevance | path

Searched refs:MemoryCache (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp54 MemoryCache* memoryCache() in memoryCache()
56 static MemoryCache* staticCache = new MemoryCache; in memoryCache()
60 MemoryCache::MemoryCache() in MemoryCache() function in WebCore::MemoryCache
73 KURL MemoryCache::removeFragmentIdentifierIfNeeded(const KURL& originalURL) in removeFragmentIdentifierIfNeeded()
86 bool MemoryCache::add(CachedResource* resource) in add()
100 void MemoryCache::revalidationSucceeded(CachedResource* revalidatingResource, const ResourceRespons… in revalidationSucceeded()
126 void MemoryCache::revalidationFailed(CachedResource* revalidatingResource) in revalidationFailed()
133 CachedResource* MemoryCache::resourceForURL(const KURL& resourceURL) in resourceForURL()
137 …bool wasPurgeable = MemoryCache::shouldMakeResourcePurgeableOnEviction() && resource && resource->… in resourceForURL()
149 unsigned MemoryCache::deadCapacity() const in deadCapacity()
[all …]
DMemoryCache.h75 class MemoryCache {
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 n…
218 inline bool MemoryCache::shouldMakeResourcePurgeableOnEviction() in shouldMakeResourcePurgeableOnEviction()
228 MemoryCache* memoryCache();
DCachedFont.h44 class MemoryCache; variable
83 friend class MemoryCache; variable
DCachedImage.h35 class MemoryCache; variable
38 friend class MemoryCache; variable
DCachedResource.h40 class MemoryCache; variable
55 friend class MemoryCache; variable
DCachedScript.cpp126 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in destroyDecodedData()
DCachedCSSStyleSheet.cpp61 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in allClientsRemoved()
DCachedResourceLoader.cpp117 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL); in cachedResource()
172 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(KURL(KURL(), requestURL)); in requestUserCSSStyleSheet()
312 url = MemoryCache::removeFragmentIdentifierIfNeeded(url); in requestResource()
DCachedImage.cpp338 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction()) in destroyDecodedData()
/external/chromium/net/tools/flip_server/
Dmem_cache.cc64 MemoryCache::MemoryCache() {} in MemoryCache() function in net::MemoryCache
66 MemoryCache::~MemoryCache() {} in ~MemoryCache()
68 void MemoryCache::CloneFrom(const MemoryCache& mc) { in CloneFrom()
79 void MemoryCache::AddFiles() { in AddFiles()
124 void MemoryCache::ReadToString(const char* filename, std::string* output) { in ReadToString()
140 void MemoryCache::ReadAndStoreFileContents(const char* filename) { in ReadAndStoreFileContents()
206 FileData* MemoryCache::GetFileData(const std::string& filename) { in GetFileData()
222 bool MemoryCache::AssignFileData(const std::string& filename, in AssignFileData()
Dsm_connection.h24 class MemoryCache; variable
51 MemoryCache* memory_cache,
62 MemoryCache* memory_cache() { return memory_cache_; } in memory_cache()
125 MemoryCache* memory_cache,
140 MemoryCache* memory_cache_;
Dmem_cache.h107 class MemoryCache {
112 MemoryCache();
113 ~MemoryCache();
115 void CloneFrom(const MemoryCache& mc);
Dacceptor_thread.h22 class MemoryCache; variable
48 SMAcceptorThread(FlipAcceptor *acceptor, MemoryCache* memory_cache);
89 MemoryCache* memory_cache_;
Dhttp_interface.h22 class MemoryCache; variable
30 MemoryCache* memory_cache,
128 MemoryCache* memory_cache_;
Dspdy_interface.h24 class MemoryCache; variable
32 MemoryCache* memory_cache,
133 MemoryCache* memory_cache_;
Dflip_in_mem_edsm_server.cc332 net::MemoryCache spdy_memory_cache; in main()
351 net::MemoryCache http_memory_cache; in main()
376 (net::MemoryCache *)acceptor->memory_cache_)); in main()
Dacceptor_thread.cc24 MemoryCache* memory_cache) in SMAcceptorThread()
Dsm_connection.cc28 MemoryCache* memory_cache, in SMConnection()
654 MemoryCache* memory_cache, in NewSMConnection()
Dhttp_interface.cc18 MemoryCache* memory_cache, in HttpSM()
/external/webkit/Source/WebKit/chromium/src/
DWebCache.cpp47 static void ToResourceTypeStat(const MemoryCache::TypeStatistic& from, in ToResourceTypeStat()
59 MemoryCache* cache = WebCore::memoryCache(); in setCapacities()
68 MemoryCache* cache = WebCore::memoryCache(); in clear()
79 MemoryCache* cache = WebCore::memoryCache(); in getUsageStats()
92 MemoryCache* cache = WebCore::memoryCache(); in getResourceTypeStats()
94 MemoryCache::Statistics stats = cache->getStatistics(); in getResourceTypeStats()
/external/webkit/Source/WebKit2/WebProcess/ResourceCache/
DWebResourceCacheManager.cpp68 MemoryCache::SecurityOriginSet origins; in getCacheOrigins()
86 MemoryCache::SecurityOriginSet::iterator end = origins.end(); in getCacheOrigins()
87 for (MemoryCache::SecurityOriginSet::iterator it = origins.begin(); it != end; ++it) { in getCacheOrigins()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_settings.cpp336 WebCore::MemoryCache* cache = WebCore::memoryCache(); in ewk_settings_cache_enable_get()
350 WebCore::MemoryCache* cache = WebCore::memoryCache(); in ewk_settings_cache_enable_set()
365 WebCore::MemoryCache* cache = WebCore::memoryCache(); in ewk_settings_cache_capacity_set()
/external/webkit/Source/WebKit/mac/Misc/
DWebCache.mm34 #import <WebCore/MemoryCache.h>
46 WebCore::MemoryCache::Statistics s = WebCore::memoryCache()->getStatistics();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDeviceOrientationClient.mm44 // MemoryCache the controller for later use.
/external/webkit/Source/WebKit/win/
DWebCache.cpp100 WebCore::MemoryCache::Statistics stat = WebCore::memoryCache()->getStatistics(); in statistics()

12