Home
last modified time | relevance | path

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

/external/chromium/base/
Dstats_table.h102 int GetRowValue(int index) const;
105 int GetRowValue(int index, int pid) const;
Dstats_table.cc490 int StatsTable::GetRowValue(int index, int pid) const { in GetRowValue() function in StatsTable
503 int StatsTable::GetRowValue(int index) const { in GetRowValue() function in StatsTable
504 return GetRowValue(index, 0); in GetRowValue()
514 return GetRowValue(row, pid); in GetCounterValue()
/external/chromium/net/tools/fetch/
Dfetch_server.cc49 int value = table.GetRowValue(index); in main()
Dfetch_client.cc193 int value = table.GetRowValue(index); in main()