Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc440 CallbackCheckWrapper() : called(false), last_histogram_value(0) {} in CallbackCheckWrapper()
444 last_histogram_value = histogram_value; in OnHistogramChanged()
448 base::HistogramBase::Sample last_histogram_value; member
534 EXPECT_EQ(callback_wrapper.last_histogram_value, 1); in TEST_P()
551 EXPECT_EQ(callback_wrapper.last_histogram_value, 1); in TEST_P()
571 EXPECT_EQ(callback_wrapper.last_histogram_value, 1); in TEST_P()
588 EXPECT_EQ(callback_wrapper.last_histogram_value, 1); in TEST_P()
606 EXPECT_EQ(callback_wrapper.last_histogram_value, 1); in TEST_P()