Searched defs:GetRowValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/metrics/
H A Dstats_table.cc390 int StatsTable::GetRowValue(int index) const { function in class:base::StatsTable
391 return GetRowValue(index, 0);
394 int StatsTable::GetRowValue(int index, int pid) const { function in class:base::StatsTable
418 return GetRowValue(row, pid);

Completed in 65 milliseconds