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

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_preferences_sync_test.cc 15 using preferences_helper::AwaitStringPrefMatches;
45 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
48 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
52 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
59 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
70 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
76 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
79 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
104 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage));
115 ASSERT_TRUE(AwaitStringPrefMatches(prefs::kHomePage))
    [all...]
preferences_helper.h 113 bool AwaitStringPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
preferences_helper.cc 340 // Helper class used in the implementation of AwaitStringPrefMatches.
381 bool AwaitStringPrefMatches(const char* pref_name) {

Completed in 1231 milliseconds