Searched refs:UsageStats (Results 1 – 13 of 13) 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/chromium_org/chrome/browser/renderer_host/ |
D | web_cache_manager.h | 61 int renderer_id, const blink::WebCache::UsageStats& stats); 90 struct RendererInfo : blink::WebCache::UsageStats { 152 blink::WebCache::UsageStats* stats); 158 const blink::WebCache::UsageStats& stats); 168 const blink::WebCache::UsageStats& active_stats, 170 const blink::WebCache::UsageStats& inactive_stats,
|
D | web_cache_manager_unittest.cc | 25 static const WebCache::UsageStats kStats; 26 static const WebCache::UsageStats kStats2; 52 WebCache::UsageStats* stats) { in GatherStats() 56 const WebCache::UsageStats& stats) { in GetSize() 62 const WebCache::UsageStats& active_stats, in AttemptTactic() 64 const WebCache::UsageStats& inactive_stats, in AttemptTactic() 107 const WebCache::UsageStats WebCacheManagerTest::kStats = { 116 const WebCache::UsageStats WebCacheManagerTest::kStats2 = { 124 static bool operator==(const WebCache::UsageStats& lhs, in operator ==() 125 const WebCache::UsageStats& rhs) { in operator ==() [all …]
|
D | web_cache_manager.cc | 135 const WebCache::UsageStats& stats) { in ObserveStats() 198 WebCache::UsageStats* stats) { in GatherStats() 201 memset(stats, 0, sizeof(WebCache::UsageStats)); in GatherStats() 219 const WebCache::UsageStats& stats) { in GetSize() 244 const WebCache::UsageStats& active_stats, in AttemptTactic() 246 const WebCache::UsageStats& inactive_stats, in AttemptTactic() 362 WebCache::UsageStats active; in ReviseAllocationStrategy() 363 WebCache::UsageStats inactive; in ReviseAllocationStrategy()
|
D | chrome_render_message_filter.h | 89 void OnUpdatedCacheStats(const blink::WebCache::UsageStats& stats);
|
D | chrome_render_message_filter.cc | 221 const WebCache::UsageStats& stats) { in OnUpdatedCacheStats()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebCache.h | 41 struct UsageStats { struct 80 BLINK_EXPORT static void getUsageStats(UsageStats*);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebCache.cpp | 68 void WebCache::getUsageStats(UsageStats* result) in getUsageStats() 80 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 */)
|
/external/chromium_org/chrome/common/ |
D | render_messages.h | 220 IPC_STRUCT_TRAITS_BEGIN(blink::WebCache::UsageStats) 455 blink::WebCache::UsageStats /* stats */)
|
/external/chromium_org/chrome/renderer/ |
D | chrome_render_process_observer.cc | 108 WebCache::UsageStats stats; in InformHostOfCacheStats()
|