Searched refs:AwaitListPrefMatches (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmultiple_client_preferences_sync_test.cc12 using preferences_helper::AwaitListPrefMatches;
38 ASSERT_TRUE(AwaitListPrefMatches(prefs::kURLsToRestoreOnStartup));
H A Dpreferences_helper.h101 bool AwaitListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
H A Dtwo_client_preferences_sync_test.cc14 using preferences_helper::AwaitListPrefMatches;
85 ASSERT_TRUE(AwaitListPrefMatches(prefs::kURLsToRestoreOnStartup));
96 ASSERT_TRUE(AwaitListPrefMatches(prefs::kURLsToRestoreOnStartup));
H A Dpreferences_helper.cc277 // Helper class used in the implementation of AwaitListPrefMatches.
363 bool AwaitListPrefMatches(const char* pref_name) { function in namespace:preferences_helper

Completed in 87 milliseconds