Searched defs:SetUserPrefValue (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/base/prefs/
H A Dpref_service.cc337 SetUserPrefValue(path, value.DeepCopy());
341 SetUserPrefValue(path, new base::FundamentalValue(value));
345 SetUserPrefValue(path, new base::FundamentalValue(value));
349 SetUserPrefValue(path, new base::FundamentalValue(value));
353 SetUserPrefValue(path, new base::StringValue(value));
357 SetUserPrefValue(path, base::CreateFilePathValue(value));
361 SetUserPrefValue(path, new base::StringValue(base::Int64ToString(value)));
382 SetUserPrefValue(path, new base::StringValue(base::Uint64ToString(value)));
439 void PrefService::SetUserPrefValue(const char* path, base::Value* new_value) { function in class:PrefService

Completed in 587 milliseconds