HomeSort by relevance Sort by last modified time
    Searched refs:FindCounter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/metrics/
stats_table.h 109 int FindCounter(const std::string& name);
stats_counters.cc 46 counter_id_ = table->FindCounter(name_);
stats_table.cc 390 int StatsTable::FindCounter(const std::string& name) {
454 int row = FindCounter(name);
488 int counter = table->FindCounter(str_name);
stats_table_unittest.cc 40 int counter_id = table.FindCounter(counter_name);
49 int counter_id = table.FindCounter(counter_base_name);

Completed in 34 milliseconds