Home | History | Annotate | Download | only in prefs

Lines Matching refs:PrefNotifierImpl

11 PrefNotifierImpl::PrefNotifierImpl()
15 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
19 PrefNotifierImpl::~PrefNotifierImpl() {
41 void PrefNotifierImpl::AddPrefObserver(const char* path,
59 void PrefNotifierImpl::RemovePrefObserver(const char* path,
73 void PrefNotifierImpl::AddInitObserver(base::Callback<void(bool)> obs) {
77 void PrefNotifierImpl::OnPreferenceChanged(const std::string& path) {
81 void PrefNotifierImpl::OnInitializationCompleted(bool succeeded) {
97 void PrefNotifierImpl::FireObservers(const std::string& path) {
114 void PrefNotifierImpl::SetPrefService(PrefService* pref_service) {