Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Dresettable_settings_snapshot.h29 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS, enumerator
Dresettable_settings_snapshot.cc107 COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 15, in FindDifferentFields()
149 COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 15, in SerializeSettingsReport()
Dprofile_resetter_unittest.cc727 EXPECT_EQ(ResettableSettingsSnapshot::ALL_FIELDS, in TEST_F()
746 EXPECT_EQ(ResettableSettingsSnapshot::ALL_FIELDS, in TEST_F()
779 COMPILE_ASSERT(ResettableSettingsSnapshot::ALL_FIELDS == 15, in TEST_F()
781 for (int field_mask = 0; field_mask <= ResettableSettingsSnapshot::ALL_FIELDS; in TEST_F()