Home
last modified time | relevance | path

Searched refs:NotifySyncedPrefObservers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
Dpref_model_associator.h187 void NotifySyncedPrefObservers(const std::string& path, bool from_sync) const;
Dpref_model_associator.cc511 NotifySyncedPrefObservers(name, true /*from_sync*/); in ProcessSyncChanges()
599 NotifySyncedPrefObservers(name, false /*from_sync*/); in ProcessPrefChange()
646 void PrefModelAssociator::NotifySyncedPrefObservers(const std::string& path, in NotifySyncedPrefObservers() function in PrefModelAssociator