Searched refs:SetUserPrefValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc538 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) { function in class:PrefService
H A Dpref_service.h319 void SetUserPrefValue(const char* path, Value* new_value);

Completed in 64 milliseconds