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

  /external/chromium_org/base/prefs/
scoped_user_pref_update.h 42 base::Value* GetValueOfType(base::Value::Type type);
87 return static_cast<T*>(GetValueOfType(type_enum_value));
scoped_user_pref_update.cc 25 base::Value* ScopedUserPrefUpdateBase::GetValueOfType(base::Value::Type type) {

Completed in 107 milliseconds