Home
last modified time | relevance | path

Searched defs:counter_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dstats_table_unittest.cc49 int counter_id = table.FindCounter(counter_name); in TEST_F() local
58 int counter_id = table.FindCounter(counter_base_name); in TEST_F() local
Dstats_table.cc447 int counter_id = 0; in AddCounter() local
473 int* StatsTable::GetLocation(int counter_id, int slot_id) const { in GetLocation()