OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AwaitIntegerPrefMatches
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.h
109
bool
AwaitIntegerPrefMatches
(const char* pref_name) WARN_UNUSED_RESULT;
two_client_preferences_sync_test.cc
13
using preferences_helper::
AwaitIntegerPrefMatches
;
84
ASSERT_TRUE(
AwaitIntegerPrefMatches
(prefs::kRestoreOnStartup));
88
ASSERT_TRUE(
AwaitIntegerPrefMatches
(prefs::kRestoreOnStartup));
95
ASSERT_TRUE(
AwaitIntegerPrefMatches
(prefs::kRestoreOnStartup));
preferences_helper.cc
319
// Helper class used in the implementation of
AwaitIntegerPrefMatches
.
375
bool
AwaitIntegerPrefMatches
(const char* pref_name) {
Completed in 533 milliseconds