Searched refs:UsageStats (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager.h | 59 int renderer_id, const WebKit::WebCache::UsageStats& stats); 79 struct RendererInfo : WebKit::WebCache::UsageStats { 141 WebKit::WebCache::UsageStats* stats); 147 const WebKit::WebCache::UsageStats& stats); 157 const WebKit::WebCache::UsageStats& active_stats, 159 const WebKit::WebCache::UsageStats& inactive_stats,
|
D | web_cache_manager_unittest.cc | 24 static const WebCache::UsageStats kStats; 25 static const WebCache::UsageStats kStats2; 51 WebCache::UsageStats* stats) { in GatherStats() 55 const WebCache::UsageStats& stats) { in GetSize() 61 const WebCache::UsageStats& active_stats, in AttemptTactic() 63 const WebCache::UsageStats& inactive_stats, in AttemptTactic() 106 const WebCache::UsageStats WebCacheManagerTest::kStats = { 115 const WebCache::UsageStats WebCacheManagerTest::kStats2 = { 123 static bool operator==(const WebCache::UsageStats& lhs, in operator ==() 124 const WebCache::UsageStats& rhs) { in operator ==() [all …]
|
D | web_cache_manager.cc | 123 const WebCache::UsageStats& stats) { in ObserveStats() 136 WebCache::UsageStats stats_details(stats); in ObserveStats() 142 Details<WebCache::UsageStats>(&stats_details)); in ObserveStats() 166 WebCache::UsageStats* stats) { in GatherStats() 169 memset(stats, 0, sizeof(WebCache::UsageStats)); in GatherStats() 187 const WebCache::UsageStats& stats) { in GetSize() 212 const WebCache::UsageStats& active_stats, in AttemptTactic() 214 const WebCache::UsageStats& inactive_stats, in AttemptTactic() 324 WebCache::UsageStats active; in ReviseAllocationStrategy() 325 WebCache::UsageStats inactive; in ReviseAllocationStrategy()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebCache.h | 41 struct UsageStats { struct 78 WEBKIT_API static void getUsageStats(UsageStats*);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebCache.cpp | 75 void WebCache::getUsageStats(UsageStats* result) in getUsageStats() 87 memset(result, 0, sizeof(UsageStats)); in getUsageStats()
|
/external/chromium/chrome/common/ |
D | render_messages.h | 120 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::UsageStats) 279 WebKit::WebCache::UsageStats /* stats */)
|