Home
last modified time | relevance | path

Searched refs:UsageStats (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dweb_cache_manager.h59 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,
Dweb_cache_manager_unittest.cc24 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 …]
Dweb_cache_manager.cc123 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/
Dweb_cache_manager.h61 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,
Dweb_cache_manager_unittest.cc25 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 …]
Dweb_cache_manager.cc135 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()
Dchrome_render_message_filter.h89 void OnUpdatedCacheStats(const blink::WebCache::UsageStats& stats);
Dchrome_render_message_filter.cc221 const WebCache::UsageStats& stats) { in OnUpdatedCacheStats()
/external/chromium_org/third_party/WebKit/public/web/
DWebCache.h41 struct UsageStats { struct
80 BLINK_EXPORT static void getUsageStats(UsageStats*);
/external/chromium_org/third_party/WebKit/Source/web/
DWebCache.cpp68 void WebCache::getUsageStats(UsageStats* result) in getUsageStats()
80 memset(result, 0, sizeof(UsageStats)); in getUsageStats()
/external/chromium/chrome/common/
Drender_messages.h120 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::UsageStats)
279 WebKit::WebCache::UsageStats /* stats */)
/external/chromium_org/chrome/common/
Drender_messages.h220 IPC_STRUCT_TRAITS_BEGIN(blink::WebCache::UsageStats)
455 blink::WebCache::UsageStats /* stats */)
/external/chromium_org/chrome/renderer/
Dchrome_render_process_observer.cc108 WebCache::UsageStats stats; in InformHostOfCacheStats()