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

  /external/chromium/base/metrics/
stats_table.h 80 int CountThreadsRegistered() const;
stats_table_unittest.cc 119 EXPECT_EQ(0, table.CountThreadsRegistered());
160 EXPECT_EQ(0, table.CountThreadsRegistered());
197 EXPECT_EQ(0, table.CountThreadsRegistered());
234 EXPECT_EQ(0, table.CountThreadsRegistered());
stats_table.cc 336 int StatsTable::CountThreadsRegistered() const {

Completed in 30 milliseconds