Searched defs:IsUserModifiable (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/base/prefs/ | ||
H A D | pref_member.h | 76 bool IsUserModifiable() const { function in class:subtle::PrefMemberBase::Internal 189 // and |IsUserModifiable| can still be called from the other thread but 221 bool IsUserModifiable() const { function in class:PrefMember 223 return internal_->IsUserModifiable(); |
H A D | pref_service.cc | 235 return pref && pref->IsUserModifiable(); 531 bool PrefService::Preference::IsUserModifiable() const { function in class:PrefService::Preference |
Completed in 79 milliseconds