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

  /external/chromium_org/chrome/browser/sync/
sync_prefs.cc 395 pref_groups_[syncer::APPS].Put(syncer::APP_NOTIFICATIONS);
396 pref_groups_[syncer::APPS].Put(syncer::APP_SETTINGS);
397 pref_groups_[syncer::APPS].Put(syncer::APP_LIST);
399 pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
401 pref_groups_[syncer::EXTENSIONS].Put(syncer::EXTENSION_SETTINGS);
403 pref_groups_[syncer::PREFERENCES].Put(syncer::DICTIONARY);
404 pref_groups_[syncer::PREFERENCES].Put(syncer::PRIORITY_PREFERENCES);
405 pref_groups_[syncer::PREFERENCES].Put(syncer::SEARCH_ENGINES);
407 pref_groups_[syncer::TYPED_URLS].Put(syncer::HISTORY_DELETE_DIRECTIVES);
410 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS)
    [all...]
sync_prefs.h 146 // (see |pref_groups_|), but as a subset of |registered_types|.
165 // pref_groups_[syncer::APPS] = { syncer::APP_NOTIFICATIONS,
167 // pref_groups_[syncer::EXTENSIONS] = { syncer::EXTENSION_SETTINGS }
170 PrefGroupsMap pref_groups_; member in class:browser_sync::SyncPrefs

Completed in 38 milliseconds