Home
last modified time | relevance | path

Searched refs:ReportsCacheStats (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
Dresource_provider.cc23 bool Resource::ReportsCacheStats() const { in ReportsCacheStats() function in task_manager::Resource
Drenderer_resource.h32 virtual bool ReportsCacheStats() const OVERRIDE;
Drenderer_resource.cc94 bool RendererResource::ReportsCacheStats() const { in ReportsCacheStats() function in task_manager::RendererResource
Dresource_provider.h67 virtual bool ReportsCacheStats() const;
Dtask_manager.cc1440 if (!GetResource(index)->ReportsCacheStats()) in CacheWebCoreStats()