HomeSort by relevance Sort by last modified time
    Searched refs:synced_notification_app_info (Results 1 - 5 of 5) 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/protocol/
proto_value_conversions_unittest.cc 301 SET_FIELD(synced_notification_app_info);
proto_value_conversions.cc 712 SET_REP(synced_notification_app_info, SyncedNotificationAppInfoToValue);
817 SET_FIELD(synced_notification_app_info,
    [all...]
  /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 72 milliseconds