HomeSort by relevance Sort by last modified time
    Searched refs:SetUserPrefValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/prefs/
pref_service.cc 337 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) {
pref_service.h 328 void SetUserPrefValue(const char* path, base::Value* new_value);

Completed in 204 milliseconds