Searched refs:AwaitIntegerPrefMatches (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.h109 bool AwaitIntegerPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
H A Dtwo_client_preferences_sync_test.cc13 using preferences_helper::AwaitIntegerPrefMatches;
84 ASSERT_TRUE(AwaitIntegerPrefMatches(prefs::kRestoreOnStartup));
88 ASSERT_TRUE(AwaitIntegerPrefMatches(prefs::kRestoreOnStartup));
95 ASSERT_TRUE(AwaitIntegerPrefMatches(prefs::kRestoreOnStartup));
H A Dpreferences_helper.cc319 // Helper class used in the implementation of AwaitIntegerPrefMatches.
375 bool AwaitIntegerPrefMatches(const char* pref_name) { function in namespace:preferences_helper

Completed in 88 milliseconds