Searched refs:GetRowValue (Results 1 – 3 of 3) sorted by relevance
122 int GetRowValue(int index) const;125 int GetRowValue(int index, int pid) const;
429 int StatsTable::GetRowValue(int index) const { in GetRowValue() function in base::StatsTable430 return GetRowValue(index, 0); in GetRowValue()433 int StatsTable::GetRowValue(int index, int pid) const { in GetRowValue() function in base::StatsTable457 return GetRowValue(row, pid); in GetCounterValue()
672 int new_value = table->GetRowValue(index); in AboutStats()689 int time = table->GetRowValue(index); in AboutStats()