/external/webkit/Source/WebCore/loader/cache/ |
D | MemoryCache.cpp | 54 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 …]
|
D | MemoryCache.h | 75 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();
|
D | CachedFont.h | 44 class MemoryCache; variable 83 friend class MemoryCache; variable
|
D | CachedImage.h | 35 class MemoryCache; variable 38 friend class MemoryCache; variable
|
D | CachedResource.h | 40 class MemoryCache; variable 55 friend class MemoryCache; variable
|
D | CachedScript.cpp | 126 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in destroyDecodedData()
|
D | CachedCSSStyleSheet.cpp | 61 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in allClientsRemoved()
|
D | CachedResourceLoader.cpp | 117 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL); in cachedResource() 172 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(KURL(KURL(), requestURL)); in requestUserCSSStyleSheet() 312 url = MemoryCache::removeFragmentIdentifierIfNeeded(url); in requestResource()
|
D | CachedImage.cpp | 338 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction()) in destroyDecodedData()
|
/external/chromium/net/tools/flip_server/ |
D | mem_cache.cc | 64 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()
|
D | sm_connection.h | 24 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_;
|
D | mem_cache.h | 107 class MemoryCache { 112 MemoryCache(); 113 ~MemoryCache(); 115 void CloneFrom(const MemoryCache& mc);
|
D | acceptor_thread.h | 22 class MemoryCache; variable 48 SMAcceptorThread(FlipAcceptor *acceptor, MemoryCache* memory_cache); 89 MemoryCache* memory_cache_;
|
D | http_interface.h | 22 class MemoryCache; variable 30 MemoryCache* memory_cache, 128 MemoryCache* memory_cache_;
|
D | spdy_interface.h | 24 class MemoryCache; variable 32 MemoryCache* memory_cache, 133 MemoryCache* memory_cache_;
|
D | flip_in_mem_edsm_server.cc | 332 net::MemoryCache spdy_memory_cache; in main() 351 net::MemoryCache http_memory_cache; in main() 376 (net::MemoryCache *)acceptor->memory_cache_)); in main()
|
D | acceptor_thread.cc | 24 MemoryCache* memory_cache) in SMAcceptorThread()
|
D | sm_connection.cc | 28 MemoryCache* memory_cache, in SMConnection() 654 MemoryCache* memory_cache, in NewSMConnection()
|
D | http_interface.cc | 18 MemoryCache* memory_cache, in HttpSM()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebCache.cpp | 47 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/ |
D | WebResourceCacheManager.cpp | 68 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/ |
D | ewk_settings.cpp | 336 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/ |
D | WebCache.mm | 34 #import <WebCore/MemoryCache.h> 46 WebCore::MemoryCache::Statistics s = WebCore::memoryCache()->getStatistics();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebDeviceOrientationClient.mm | 44 // MemoryCache the controller for later use.
|
/external/webkit/Source/WebKit/win/ |
D | WebCache.cpp | 100 WebCore::MemoryCache::Statistics stat = WebCore::memoryCache()->getStatistics(); in statistics()
|