Searched refs:kBadSwitchFormatHistogramId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dabout_flags.h30 extern const base::HistogramBase::Sample kBadSwitchFormatHistogramId;
H A Dabout_flags_unittest.cc720 EXPECT_TRUE(login_custom_flags.count(kBadSwitchFormatHistogramId))
730 if (it->first == kBadSwitchFormatHistogramId) {
755 EXPECT_NE(kBadSwitchFormatHistogramId, uma_id)
758 "kBadSwitchFormatHistogramId=" << kBadSwitchFormatHistogramId local
H A Dabout_flags.cc73 const base::HistogramBase::Sample kBadSwitchFormatHistogramId = 0; member in namespace:about_flags
2303 int uma_id = about_flags::kBadSwitchFormatHistogramId;

Completed in 2867 milliseconds