Home
last modified time | relevance | path

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

/external/chromium_org/components/metrics/
Dmetrics_log_manager_unittest.cc33 if (log_type == MetricsLog::INITIAL_STABILITY_LOG) in TypeCount()
55 "id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &pref_service); in TEST()
88 "id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &pref_service); in TEST()
105 "id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &pref_service); in TEST()
137 "id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &pref_service))); in TEST()
147 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG)); in TEST()
174 "id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &pref_service))); in TEST()
182 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG)); in TEST()
185 EXPECT_EQ(1U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG)); in TEST()
202 EXPECT_EQ(0U, pref_service.TypeCount(MetricsLog::INITIAL_STABILITY_LOG)); in TEST()
[all …]
Dmetrics_log_unittest.cc151 MetricsLog log2("id", 0, MetricsLog::INITIAL_STABILITY_LOG, &client, &prefs); in TEST_F()
152 EXPECT_EQ(MetricsLog::INITIAL_STABILITY_LOG, log2.log_type()); in TEST_F()
333 MetricsLog::INITIAL_STABILITY_LOG, in TEST_F()
Dmetrics_log_manager.cc107 case MetricsLog::INITIAL_STABILITY_LOG: in StoreLog()
Dmetrics_log.h46 INITIAL_STABILITY_LOG, // The initial log containing stability stats. enumerator
Dmetrics_service_unittest.cc317 MetricsLog::INITIAL_STABILITY_LOG, in TEST_F()
Dmetrics_log.cc243 if (log_type() != INITIAL_STABILITY_LOG) in RecordStabilityMetrics()
Dmetrics_service.cc942 CreateLog(MetricsLog::INITIAL_STABILITY_LOG)); in PrepareInitialStabilityLog()