Home
last modified time | relevance | path

Searched refs:GetRowValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/metrics/
Dstats_table.h122 int GetRowValue(int index) const;
125 int GetRowValue(int index, int pid) const;
Dstats_table.cc429 int StatsTable::GetRowValue(int index) const { in GetRowValue() function in base::StatsTable
430 return GetRowValue(index, 0); in GetRowValue()
433 int StatsTable::GetRowValue(int index, int pid) const { in GetRowValue() function in base::StatsTable
457 return GetRowValue(row, pid); in GetCounterValue()
/external/chromium_org/chrome/browser/ui/webui/
Dabout_ui.cc672 int new_value = table->GetRowValue(index); in AboutStats()
689 int time = table->GetRowValue(index); in AboutStats()