Searched refs:synced_preferences_ (Results 1 – 2 of 2) sorted by relevance
46 return synced_preferences_; in synced_preferences()124 std::set<std::string> synced_preferences_; variable
37 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()