OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUserPrefValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/prefs/
pref_service.cc
335
SetUserPrefValue
(path, value.DeepCopy());
339
SetUserPrefValue
(path, base::Value::CreateBooleanValue(value));
343
SetUserPrefValue
(path, base::Value::CreateIntegerValue(value));
347
SetUserPrefValue
(path, base::Value::CreateDoubleValue(value));
351
SetUserPrefValue
(path, base::Value::CreateStringValue(value));
355
SetUserPrefValue
(path, base::CreateFilePathValue(value));
359
SetUserPrefValue
(path,
381
SetUserPrefValue
(path,
438
void PrefService::
SetUserPrefValue
(const char* path, base::Value* new_value) {
pref_service.h
328
void
SetUserPrefValue
(const char* path, base::Value* new_value);
/external/chromium/chrome/browser/prefs/
pref_service.cc
538
SetUserPrefValue
(path, Value::CreateBooleanValue(value));
542
SetUserPrefValue
(path, Value::CreateIntegerValue(value));
546
SetUserPrefValue
(path, Value::CreateDoubleValue(value));
550
SetUserPrefValue
(path, Value::CreateStringValue(value));
554
SetUserPrefValue
(path, base::CreateFilePathValue(value));
558
SetUserPrefValue
(path, value);
562
SetUserPrefValue
(path, Value::CreateStringValue(base::Int64ToString(value)));
626
void PrefService::
SetUserPrefValue
(const char* path, Value* new_value) {
pref_service.h
319
void
SetUserPrefValue
(const char* path, Value* new_value);
Completed in 829 milliseconds