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

  /external/chromium/base/metrics/
stats_table.h 88 int FindCounter(const std::string& name);
stats_counters.cc 46 counter_id_ = table->FindCounter(name_);
stats_table.cc 351 int StatsTable::FindCounter(const std::string& name) {
415 int row = FindCounter(name);
447 int counter = table->FindCounter(str_name);
stats_table_unittest.cc 46 int counter_id = table.FindCounter(counter_name);
55 int counter_id = table.FindCounter(counter_base_name);

Completed in 831 milliseconds