OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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