Home | History | Annotate | Download | only in task_manager

Lines Matching refs:GetResource

291   base::ProcessHandle handle = GetResource(index)->GetProcess();
300 return GetNetworkUsage(GetResource(index));
304 return GetCPUUsage(GetResource(index));
308 return GetIdleWakeupsPerSecond(GetResource(index));
315 values.process_id = base::GetProcId(GetResource(index)->GetProcess());
321 return GetResource(index)->GetProcess();
393 values.title = GetResource(index)->GetTitle();
403 values.profile_name = GetResource(index)->GetProfileName();
439 GetCPUUsage(GetResource(index))));
522 return base::FormatNumber(GetIdleWakeupsPerSecond(GetResource(index)));
542 base::ProcessHandle handle = GetResource(index)->GetProcess();
551 base::ProcessHandle handle = GetResource(index)->GetProcess();
561 base::ProcessHandle handle = GetResource(index)->GetProcess();
592 base::ProcessHandle handle = GetResource(index)->GetProcess();
596 GetWinGDIHandles(GetResource(index)->GetProcess(),
612 base::ProcessHandle handle = GetResource(index)->GetProcess();
616 GetWinUSERHandles(GetResource(index)->GetProcess(),
643 per_process_cache_[GetResource(index)->GetProcess()]);
664 if (!GetResource(index)->ReportsSqliteMemoryUsed())
667 values.sqlite_memory_bytes = GetResource(index)->SqliteMemoryUsedBytes();
695 Resource* resource = GetResource(index);
703 Resource* resource = GetResource(index);
711 gfx::ImageSkia icon = GetResource(index)->GetIcon();
723 Resource* resource = GetResource(index);
732 if (GetResource(i) == group[0])
806 return ValueCompare(GetNetworkUsage(GetResource(row1)),
807 GetNetworkUsage(GetResource(row2)));
810 return ValueCompare(GetCPUUsage(GetResource(row1)),
811 GetCPUUsage(GetResource(row2)));
904 return GetResource(index)->GetUniqueChildProcessId();
908 return GetResource(index)->GetType();
912 return GetResource(index)->GetWebContents();
1328 resource = (*iter)->GetResource(param.origin_pid,
1440 if (!GetResource(index)->ReportsCacheStats())
1443 values.webcore_stats = GetResource(index)->GetWebCoreCacheStats();
1451 if (!GetResource(index)->ReportsV8MemoryStats())
1454 values.v8_memory_allocated = GetResource(index)->GetV8MemoryAllocated();
1455 values.v8_memory_used = GetResource(index)->GetV8MemoryUsed();
1467 return per_resource_cache_[GetResource(index)];
1470 Resource* TaskManagerModel::GetResource(int index) const {