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

  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim.cc 38 return syncer::SYNCED_NOTIFICATION_APP_INFO;
50 case syncer::SYNCED_NOTIFICATION_APP_INFO:
96 syncer::SYNCED_NOTIFICATION_APP_INFO);
98 change.sync_data().GetSpecifics().synced_notification_app_info();
117 } else if (data_type == syncer::SYNCED_NOTIFICATION_APP_INFO) {
119 sync_data_list[i].GetSpecifics().synced_notification_app_info();
148 else if (type == syncer::SYNCED_NOTIFICATION_APP_INFO)
167 else if (type == syncer::SYNCED_NOTIFICATION_APP_INFO)
208 syncer::SYNCED_NOTIFICATION_APP_INFO) {
210 syncer::SYNCED_NOTIFICATION_APP_INFO);
    [all...]
synced_notifications_shim_unittest.cc 55 data.GetSpecifics().synced_notification_app_info();
139 StartSync(syncer::SYNCED_NOTIFICATION_APP_INFO);
166 StartSync(syncer::SYNCED_NOTIFICATION_APP_INFO);
247 BuildChange(syncer::SYNCED_NOTIFICATION_APP_INFO, "key"));
297 syncer::SYNCED_NOTIFICATION_APP_INFO, "app_key"));
  /external/chromium_org/sync/syncable/
model_type.cc 89 case SYNCED_NOTIFICATION_APP_INFO:
177 case SYNCED_NOTIFICATION_APP_INFO:
295 return SYNCED_NOTIFICATION_APP_INFO;
375 encryptable_user_types.Remove(SYNCED_NOTIFICATION_APP_INFO);
428 result.Put(SYNCED_NOTIFICATION_APP_INFO);
505 case SYNCED_NOTIFICATION_APP_INFO:
604 case SYNCED_NOTIFICATION_APP_INFO:
678 return SYNCED_NOTIFICATION_APP_INFO;
801 case SYNCED_NOTIFICATION_APP_INFO:
855 const char kSyncedNotificationAppInfoType[] = "SYNCED_NOTIFICATION_APP_INFO";
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 93 case ::syncer::SYNCED_NOTIFICATION_APP_INFO: \
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 111 it.Get() == syncer::SYNCED_NOTIFICATION_APP_INFO)
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 88 SYNCED_NOTIFICATION_APP_INFO,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 384 syncer::SYNCED_NOTIFICATION_APP_INFO,
506 case syncer::SYNCED_NOTIFICATION_APP_INFO: {
  /external/chromium_org/components/sync_driver/
model_association_manager.cc 38 syncer::SYNCED_NOTIFICATION_APP_INFO,
sync_prefs.cc 326 case syncer::SYNCED_NOTIFICATION_APP_INFO:
  /external/chromium_org/sync/tools/
sync_client.cc 386 model_types.Put(SYNCED_NOTIFICATION_APP_INFO);
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 88 SYNCED_NOTIFICATION_APP_INFO,
137 SYNCED_NOTIFICATION_APP_INFO:
138 SYNC_TYPE_FIELDS["synced_notification_app_info"],
554 parent_tag=ROOT_ID, sync_type=SYNCED_NOTIFICATION_APP_INFO),
    [all...]

Completed in 144 milliseconds