Searched refs:GetCounterValue (Results 1 – 4 of 4) sorted by relevance
148 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()151 table.GetCounterValue(name)); in TEST_F()154 table.GetCounterValue(name)); in TEST_F()157 table.GetCounterValue(name)); in TEST_F()160 table.GetCounterValue(name)); in TEST_F()226 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()229 table.GetCounterValue(name)); in TEST_F()232 table.GetCounterValue(name)); in TEST_F()235 table.GetCounterValue(name)); in TEST_F()261 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()