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

  /external/chromium_org/base/prefs/
pref_member.h 76 bool IsUserModifiable() const {
189 // and |IsUserModifiable| can still be called from the other thread but
221 bool IsUserModifiable() const {
223 return internal_->IsUserModifiable();
pref_service.cc 235 return pref && pref->IsUserModifiable();
531 bool PrefService::Preference::IsUserModifiable() const {

Completed in 80 milliseconds