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

  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 23 bool Resource::ReportsCacheStats() const {
renderer_resource.h 33 virtual bool ReportsCacheStats() const OVERRIDE;
renderer_resource.cc 104 bool RendererResource::ReportsCacheStats() const {
resource_provider.h 67 virtual bool ReportsCacheStats() const;
task_manager.cc     [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 188 if (!resources_[index]->ReportsCacheStats())
198 if (!resources_[index]->ReportsCacheStats())
208 if (!resources_[index]->ReportsCacheStats())
339 if (resources_[row1]->ReportsCacheStats())
341 if (resources_[row2]->ReportsCacheStats())
    [all...]
task_manager.h 65 virtual bool ReportsCacheStats() const { return false; }
task_manager_resource_providers.h 45 virtual bool ReportsCacheStats() const OVERRIDE;
task_manager_resource_providers.cc 144 bool TaskManagerRendererResource::ReportsCacheStats() const {
    [all...]

Completed in 446 milliseconds