HomeSort by relevance Sort by last modified time
    Searched refs:UsageStats (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/renderer_host/
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,
web_cache_manager_unittest.cc 24 static const WebCache::UsageStats kStats;
25 static const WebCache::UsageStats kStats2;
51 WebCache::UsageStats* stats) {
55 const WebCache::UsageStats& stats) {
61 const WebCache::UsageStats& active_stats,
63 const WebCache::UsageStats& inactive_stats,
106 const WebCache::UsageStats WebCacheManagerTest::kStats = {
115 const WebCache::UsageStats WebCacheManagerTest::kStats2 = {
123 static bool operator==(const WebCache::UsageStats& lhs,
124 const WebCache::UsageStats& rhs)
    [all...]
web_cache_manager.cc 123 const WebCache::UsageStats& stats) {
136 WebCache::UsageStats stats_details(stats);
142 Details<WebCache::UsageStats>(&stats_details));
166 WebCache::UsageStats* stats) {
169 memset(stats, 0, sizeof(WebCache::UsageStats));
187 const WebCache::UsageStats& stats) {
212 const WebCache::UsageStats& active_stats,
214 const WebCache::UsageStats& inactive_stats,
324 WebCache::UsageStats active;
325 WebCache::UsageStats inactive
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h 61 int renderer_id, const WebKit::WebCache::UsageStats& stats);
90 struct RendererInfo : WebKit::WebCache::UsageStats {
152 WebKit::WebCache::UsageStats* stats);
158 const WebKit::WebCache::UsageStats& stats);
168 const WebKit::WebCache::UsageStats& active_stats,
170 const WebKit::WebCache::UsageStats& inactive_stats,
web_cache_manager_unittest.cc 25 static const WebCache::UsageStats kStats;
26 static const WebCache::UsageStats kStats2;
52 WebCache::UsageStats* stats) {
56 const WebCache::UsageStats& stats) {
62 const WebCache::UsageStats& active_stats,
64 const WebCache::UsageStats& inactive_stats,
107 const WebCache::UsageStats WebCacheManagerTest::kStats = {
116 const WebCache::UsageStats WebCacheManagerTest::kStats2 = {
124 static bool operator==(const WebCache::UsageStats& lhs,
125 const WebCache::UsageStats& rhs)
    [all...]
web_cache_manager.cc 131 const WebCache::UsageStats& stats) {
194 WebCache::UsageStats* stats) {
197 memset(stats, 0, sizeof(WebCache::UsageStats));
215 const WebCache::UsageStats& stats) {
240 const WebCache::UsageStats& active_stats,
242 const WebCache::UsageStats& inactive_stats,
354 WebCache::UsageStats active;
355 WebCache::UsageStats inactive;
chrome_render_message_filter.h 86 void OnUpdatedCacheStats(const WebKit::WebCache::UsageStats& stats);
chrome_render_message_filter.cc 227 const WebCache::UsageStats& stats) {
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 41 struct UsageStats {
80 WEBKIT_EXPORT static void getUsageStats(UsageStats*);
  /external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp 68 void WebCache::getUsageStats(UsageStats* result)
80 memset(result, 0, sizeof(UsageStats));
  /external/chromium/chrome/common/
render_messages.h 120 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::UsageStats)
279 WebKit::WebCache::UsageStats /* stats */)
  /external/chromium_org/chrome/common/
render_messages.h 213 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::UsageStats)
431 WebKit::WebCache::UsageStats /* stats */)
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 53 public class UsageStats extends Activity implements OnItemSelectedListener {
221 mUsageStatsService = IUsageStats.Stub.asInterface(ServiceManager.getService("usagestats"));
223 Log.e(TAG, "Failed to retrieve usagestats service");
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 109 WebCache::UsageStats stats;

Completed in 799 milliseconds