Searched refs:GetCounterValue (Results 1 – 4 of 4) sorted by relevance
144 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()147 table.GetCounterValue(name)); in TEST_F()150 table.GetCounterValue(name)); in TEST_F()153 table.GetCounterValue(name)); in TEST_F()156 table.GetCounterValue(name)); in TEST_F()222 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()225 table.GetCounterValue(name)); in TEST_F()228 table.GetCounterValue(name)); in TEST_F()231 table.GetCounterValue(name)); in TEST_F()257 EXPECT_EQ(0, table.GetCounterValue("c:foo")); in TEST_F()[all …]
129 int GetCounterValue(const std::string& name);133 int GetCounterValue(const std::string& name, int pid);
446 int StatsTable::GetCounterValue(const std::string& name) { in GetCounterValue() function in base::StatsTable447 return GetCounterValue(name, 0); in GetCounterValue()450 int StatsTable::GetCounterValue(const std::string& name, int pid) { in GetCounterValue() function in base::StatsTable
98 int counter = base::StatsTable::current()->GetCounterValue(name); in GetCounter()109 int counter = base::StatsTable::current()->GetCounterValue( in GetCounterForRenderer()