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

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.h32 const char* preference_path; member in struct:CommandLinePrefStore::StringSwitchToPreferenceMapEntry
39 const char* preference_path; member in struct:CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
H A Dcommand_line_pref_store.cc53 SetValue(string_switch_map_[i].preference_path, value);
61 SetValue(boolean_switch_map_[i].preference_path, value);
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_pref_store.cc63 const char* preference_path; // A DictionaryValue path, not a file path. member in struct:policy::ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
346 if (prefs_.RemoveValue(map[i].preference_path))
361 << map[current].preference_path << ". expected = "
363 prefs_.SetValue(map[current].preference_path, value);

Completed in 70 milliseconds