HomeSort by relevance Sort by last modified time
    Searched refs:BooleanPrefMatches (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_preferences_sync_test.cc 11 using preferences_helper::BooleanPrefMatches;
26 ASSERT_TRUE(BooleanPrefMatches(prefs::kHomePageIsNewTabPage));
29 ASSERT_TRUE(BooleanPrefMatches(prefs::kHomePageIsNewTabPage));
two_client_preferences_sync_test.cc 16 using preferences_helper::BooleanPrefMatches;
71 ASSERT_FALSE(BooleanPrefMatches(prefs::kCheckDefaultBrowser));
120 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
123 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
139 ASSERT_TRUE(BooleanPrefMatches(prefs::kHomePageIsNewTabPage));
preferences_helper.h 67 bool BooleanPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
migration_test.cc 24 using preferences_helper::BooleanPrefMatches;
135 ASSERT_TRUE(BooleanPrefMatches(prefs::kShowHomeButton));
348 ASSERT_TRUE(BooleanPrefMatches(prefs::kShowHomeButton));
351 ASSERT_TRUE(BooleanPrefMatches(prefs::kShowHomeButton));
preferences_helper.cc 94 bool BooleanPrefMatches(const char* pref_name) {
316 return BooleanPrefMatches(GetPath());

Completed in 62 milliseconds