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

  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 51 bool Resource::ReportsV8MemoryStats() const {
browser_process_resource_provider.h 49 virtual bool ReportsV8MemoryStats() const OVERRIDE;
renderer_resource.cc 111 bool RendererResource::ReportsV8MemoryStats() const {
renderer_resource.h 36 virtual bool ReportsV8MemoryStats() const OVERRIDE;
resource_provider.h 79 virtual bool ReportsV8MemoryStats() const;
browser_process_resource_provider.cc 114 bool BrowserProcessResource::ReportsV8MemoryStats() const {
task_manager.cc     [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.h 77 virtual bool ReportsV8MemoryStats() const { return false; }
task_manager_resource_providers.h 48 virtual bool ReportsV8MemoryStats() const OVERRIDE;
task_manager.cc 224 if (!resources_[index]->ReportsV8MemoryStats())
456 if (!resources_[index]->ReportsV8MemoryStats())
    [all...]
task_manager_resource_providers.cc 148 bool TaskManagerRendererResource::ReportsV8MemoryStats() const {
    [all...]

Completed in 83 milliseconds