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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.h31 void ChangeIntegerPref(int index, const char* pref_name, int new_value);
H A Dtwo_client_preferences_sync_test.cc18 using preferences_helper::ChangeIntegerPref;
87 ChangeIntegerPref(0, prefs::kRestoreOnStartup, 0);
93 ChangeIntegerPref(0, prefs::kRestoreOnStartup, 4);
H A Dpreferences_helper.cc36 void ChangeIntegerPref(int index, const char* pref_name, int new_value) { function in namespace:preferences_helper

Completed in 73 milliseconds