Searched refs:GetVerifierPrefs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc25 PrefService* GetVerifierPrefs() { function in namespace:preferences_helper
33 GetVerifierPrefs()->SetBoolean(pref_name, new_value);
39 GetVerifierPrefs()->SetInteger(pref_name, new_value);
45 GetVerifierPrefs()->SetInt64(pref_name, new_value);
51 GetVerifierPrefs()->SetDouble(pref_name, new_value);
59 GetVerifierPrefs()->SetString(pref_name, new_value);
67 GetVerifierPrefs()->SetFilePath(pref_name, new_value);
84 ListPrefUpdate update_verifier(GetVerifierPrefs(), pref_name);
97 reference_value = GetVerifierPrefs()->GetBoolean(pref_name);
114 reference_value = GetVerifierPrefs()
[all...]
H A Dpreferences_helper.h21 PrefService* GetVerifierPrefs();

Completed in 67 milliseconds