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

/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)));
438 void PrefService::SetUserPrefValue(const char* path, base::Value* new_value) { function in class:PrefService
H A Dpref_service.h328 void SetUserPrefValue(const char* path, base::Value* new_value);

Completed in 97 milliseconds