HomeSort by relevance Sort by last modified time
    Searched full:resource_stats (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc 352 blink::WebCache::ResourceTypeStats resource_stats; local
353 model_->GetWebCoreCacheStats(i, &resource_stats);
354 return Value::CreateDoubleValue(resource_stats.images.size);
361 blink::WebCache::ResourceTypeStats resource_stats; local
362 model_->GetWebCoreCacheStats(i, &resource_stats);
363 return Value::CreateDoubleValue(resource_stats.scripts.size);
368 blink::WebCache::ResourceTypeStats resource_stats; local
369 model_->GetWebCoreCacheStats(i, &resource_stats);
370 return Value::CreateDoubleValue(resource_stats.cssStyleSheets.size);

Completed in 46 milliseconds