Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.h46 return synced_preferences_; in synced_preferences()
124 std::set<std::string> synced_preferences_; variable
Dpreference_model_associator.cc37 synced_preferences_.insert(kSynchronizedPreferences[i]); in PreferenceModelAssociator()
133 for (std::set<std::string>::iterator it = synced_preferences_.begin(); in AssociateModels()
134 it != synced_preferences_.end(); ++it) { in AssociateModels()