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

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_preferences_sync_test.cc 12 using preferences_helper::AwaitBooleanPrefMatches;
36 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kHomePageIsNewTabPage));
39 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kHomePageIsNewTabPage));
60 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kCheckDefaultBrowser));
105 ASSERT_TRUE(AwaitBooleanPrefMatches(
130 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kHomePageIsNewTabPage));
145 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kHomePageIsNewTabPage));
150 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kHomePageIsNewTabPage));
152 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kShowHomeButton));
154 ASSERT_TRUE(AwaitBooleanPrefMatches(prefs::kShowHomeButton))
    [all...]
preferences_helper.h 105 bool AwaitBooleanPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
preferences_helper.cc 298 // Helper class used in the implementation of AwaitBooleanPrefMatches.
369 bool AwaitBooleanPrefMatches(const char* pref_name) {

Completed in 492 milliseconds