Home
last modified time | relevance | path

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

/external/chromium_org/base/prefs/
Dpref_service.cc337 SetUserPrefValue(path, value.DeepCopy()); in Set()
341 SetUserPrefValue(path, new base::FundamentalValue(value)); in SetBoolean()
345 SetUserPrefValue(path, new base::FundamentalValue(value)); in SetInteger()
349 SetUserPrefValue(path, new base::FundamentalValue(value)); in SetDouble()
353 SetUserPrefValue(path, new base::StringValue(value)); in SetString()
357 SetUserPrefValue(path, base::CreateFilePathValue(value)); in SetFilePath()
361 SetUserPrefValue(path, new base::StringValue(base::Int64ToString(value))); in SetInt64()
382 SetUserPrefValue(path, new base::StringValue(base::Uint64ToString(value))); in SetUint64()
439 void PrefService::SetUserPrefValue(const char* path, base::Value* new_value) { in SetUserPrefValue() function in PrefService
Dpref_service.h328 void SetUserPrefValue(const char* path, base::Value* new_value);