OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/prefs/
testing_pref_service.h
64
const base::Value*
GetPref
(TestingPrefStore* pref_store,
117
return
GetPref
(managed_prefs_.get(), path);
138
return
GetPref
(user_prefs_.get(), path);
159
return
GetPref
(recommended_prefs_, path);
178
SuperPrefService, ConstructionPrefRegistry>::
GetPref
(
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc
81
const base::Value* CrosSettings::
GetPref
(const std::string& path) const {
130
const base::Value* old_value =
GetPref
(path);
140
const base::Value* old_value =
GetPref
(path);
150
const base::Value* value =
GetPref
(path);
159
const base::Value* value =
GetPref
(path);
168
const base::Value* value =
GetPref
(path);
177
const base::Value* value =
GetPref
(path);
186
const base::Value* value =
GetPref
(path);
196
const base::Value* value =
GetPref
(path);
Completed in 162 milliseconds