Searched defs:RemovePrefObserver (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/prefs/
H A Dpref_notifier_impl.cc59 void PrefNotifierImpl::RemovePrefObserver(const char* path, function in class:PrefNotifierImpl
H A Dpref_service.cc313 void PrefService::RemovePrefObserver(const char* path, PrefObserver* obs) { function in class:PrefService
314 pref_notifier_->RemovePrefObserver(path, obs);

Completed in 69 milliseconds