HomeSort by relevance Sort by last modified time
    Searched refs:GetVerifierPrefs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 25 PrefService* GetVerifierPrefs() {
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()->GetInteger(pref_name)
    [all...]
preferences_helper.h 21 PrefService* GetVerifierPrefs();

Completed in 555 milliseconds