Home
last modified time | relevance | path

Searched refs:FindCounterOrEmptyRow (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dstats_table.h157 int FindCounterOrEmptyRow(const std::string& name) const;
Dstats_table.cc399 int StatsTable::FindCounterOrEmptyRow(const std::string& name) const { in FindCounterOrEmptyRow() function in StatsTable
454 counter_id = FindCounterOrEmptyRow(name); in AddCounter()