OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMutableUserPref
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc
25
value_ = service_->
GetMutableUserPref
(path_.c_str(), type);
pref_service.h
292
// Give access to ReportUserPrefChanged() and
GetMutableUserPref
().
332
Value*
GetMutableUserPref
(const char* path, Value::ValueType type);
pref_service.cc
587
Value* PrefService::
GetMutableUserPref
(const char* path,
/external/chromium_org/base/prefs/
scoped_user_pref_update.cc
25
value_ = service_->
GetMutableUserPref
(path_.c_str(), type);
pref_service.h
298
// Give access to ReportUserPrefChanged() and
GetMutableUserPref
().
341
base::Value*
GetMutableUserPref
(const char* path,
pref_service.cc
402
base::Value* PrefService::
GetMutableUserPref
(const char* path,
Completed in 457 milliseconds