Home
last modified time | relevance | path

Searched refs:HasGlobalRecorder (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc95 bool HasGlobalRecorder() { return StatisticsRecorder::top_ != nullptr; } in HasGlobalRecorder() function in base::StatisticsRecorderTest
133 EXPECT_FALSE(HasGlobalRecorder()); in TEST_P()
139 EXPECT_TRUE(HasGlobalRecorder()); in TEST_P()
144 EXPECT_FALSE(HasGlobalRecorder()); in TEST_P()
150 EXPECT_TRUE(HasGlobalRecorder()); in TEST_P()