Searched refs:pref_path_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_atomic_preference.cc17 : pref_path_(pref_path),
25 transaction->StoreHash(pref_path_, value);
32 pref_store_contents->Get(pref_path_, &value);
34 transaction->CheckValue(pref_path_, value);
42 pref_path_, value, value_state, reset_action);
48 pref_store_contents->RemovePath(pref_path_, NULL);
55 pref_store_contents->Get(pref_path_, &new_value);
56 transaction->StoreHash(pref_path_, new_value);
H A Dtracked_split_preference.cc20 : pref_path_(pref_path),
33 transaction->StoreSplitHash(pref_path_, dict_value);
40 if (!pref_store_contents->GetDictionary(pref_path_, &dict_value) &&
41 pref_store_contents->Get(pref_path_, NULL)) {
42 // There should be a dictionary or nothing at |pref_path_|.
49 transaction->CheckSplitValue(pref_path_, dict_value, &invalid_keys);
60 pref_path_, dict_value, invalid_keys, value_state, reset_action);
74 pref_store_contents->RemovePath(pref_path_, NULL);
82 pref_store_contents->GetDictionary(pref_path_, &new_dict_value);
83 transaction->StoreSplitHash(pref_path_, new_dict_valu
[all...]
H A Dtracked_atomic_preference.h37 const std::string pref_path_; member in class:TrackedAtomicPreference
H A Dtracked_preference_helper.h51 const std::string pref_path_; member in class:TrackedPreferenceHelper
H A Dtracked_split_preference.h40 const std::string pref_path_; member in class:TrackedSplitPreference
H A Dtracked_preference_helper.cc15 : pref_path_(pref_path),
100 "Settings.TrackedSplitPreferenceChanged." + pref_path_,
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler.cc167 pref_path_(pref_path),
183 if (!pref_path_)
188 prefs->SetValue(pref_path_, list.release());
258 pref_path_(pref_path) {
266 if (!pref_path_)
271 prefs->SetInteger(pref_path_, value_in_range);
284 pref_path_(pref_path) {
293 if (!pref_path_)
298 prefs->SetDouble(pref_path_, static_cast<double>(percentage) / 100.);
309 pref_path_(pref_pat
[all...]
H A Dconfiguration_policy_handler.h158 const char* pref_path_; member in class:policy::SimplePolicyHandler
205 const char* pref_path_; member in class:policy::StringMappingListPolicyHandler
234 const char* pref_path_; member in class:policy::IntRangePolicyHandler
257 const char* pref_path_; member in class:policy::IntPercentageToDoublePolicyHandler
321 const char* pref_path_; member in class:policy::SimpleSchemaValidatingPolicyHandler
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.h43 const char* pref_path_; member in class:extensions::ExtensionListPolicyHandler
86 const char* pref_path_; member in class:extensions::ExtensionURLPatternListPolicyHandler
H A Dpolicy_handlers.cc27 pref_path_(pref_path),
48 return pref_path_;
194 pref_path_(pref_path) {}
241 if (!pref_path_)
245 prefs->SetValue(pref_path_, value->DeepCopy());
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.h44 const char* pref_path_; member in class:extensions::NativeMessagingHostListPolicyHandler
H A Dnative_messaging_policy_handler.cc24 pref_path_(pref_path),
45 return pref_path_;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.h75 const char* pref_path_; member in class:policy::NetworkConfigurationPolicyHandler
H A Dconfiguration_policy_handler_chromeos.cc256 prefs->SetValue(pref_path_, network_configs.release());
278 pref_path_(pref_path) {
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.h101 const char* pref_path_; member in class:chromeos::AccessibilityManager::PrefHandler
H A Daccessibility_manager.cc270 : pref_path_(pref_path) {}
293 GetPrefs()->FindPreference(pref_path_);
300 user_prefs->Set(pref_path_, *value_on_login);

Completed in 159 milliseconds