Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/prefs/
Dpref_service_syncable.cc110 return pref_sync_associator_.models_associated(); in IsSyncing()
114 return priority_pref_sync_associator_.models_associated(); in IsPrioritySyncing()
Dpref_model_associator.h44 bool models_associated() const { return models_associated_; } in models_associated() function