Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dstats_table.h186 int FindCounterOrEmptyRow(const std::string& name) const;
Dstats_table.cc546 int StatsTable::FindCounterOrEmptyRow(const std::string& name) const { in FindCounterOrEmptyRow() function in base::StatsTable
579 counter_id = FindCounterOrEmptyRow(name); in AddCounter()