HomeSort by relevance Sort by last modified time
    Searched refs:synced_preferences (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 149 if (model_associator_->synced_preferences().count(pref_name) == 0)
213 model_associator_->synced_preferences().begin();
214 it != model_associator_->synced_preferences().end(); ++it) {
222 model_associator_->synced_preferences().begin();
223 it != model_associator_->synced_preferences().end(); ++it) {
preference_model_associator.h 45 const std::set<std::string>& synced_preferences() { function in class:browser_sync::PreferenceModelAssociator
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 166 return model_associator_->synced_preferences().count(pref_name) > 0;

Completed in 30 milliseconds