HomeSort by relevance Sort by last modified time
    Searched defs:entity_specifics (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_sync_data.cc 106 const sync_pb::EntitySpecifics& entity_specifics = sync_data.GetSpecifics(); local
108 if (entity_specifics.has_extension()) {
109 PopulateFromExtensionSpecifics(entity_specifics.extension());
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 308 sync_pb::EntitySpecifics entity_specifics; local
309 sync_pb::TypedUrlSpecifics* typed_url = entity_specifics.mutable_typed_url();
320 kTypedUrlTag, title, entity_specifics)));
delete_directive_handler.cc 358 sync_pb::EntitySpecifics entity_specifics; local
359 entity_specifics.mutable_history_delete_directive()->CopyFrom(
363 sync_tag, sync_tag, entity_specifics);
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 122 sync_pb::EntitySpecifics entity_specifics; local
123 if (GetThemeSpecificsFromCurrentTheme(entity_specifics.mutable_theme())) {
126 entity_specifics));
330 sync_pb::EntitySpecifics entity_specifics; local
331 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
337 entity_specifics)));
theme_syncable_service_unittest.cc 235 sync_pb::EntitySpecifics entity_specifics; local
236 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
240 entity_specifics));
444 sync_pb::EntitySpecifics entity_specifics; local
445 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
451 1, entity_specifics, base::Time())));
  /external/chromium_org/sync/internal_api/
write_node.cc 112 sync_pb::EntitySpecifics entity_specifics; local
113 entity_specifics.mutable_app()->CopyFrom(new_value);
114 SetEntitySpecifics(entity_specifics);
119 sync_pb::EntitySpecifics entity_specifics; local
120 entity_specifics.mutable_autofill()->CopyFrom(new_value);
121 SetEntitySpecifics(entity_specifics);
126 sync_pb::EntitySpecifics entity_specifics; local
127 entity_specifics.mutable_autofill_profile()->
129 SetEntitySpecifics(entity_specifics);
134 sync_pb::EntitySpecifics entity_specifics; local
141 sync_pb::EntitySpecifics entity_specifics; local
156 sync_pb::EntitySpecifics entity_specifics; local
177 sync_pb::EntitySpecifics entity_specifics; local
184 sync_pb::EntitySpecifics entity_specifics; local
191 sync_pb::EntitySpecifics entity_specifics; local
198 sync_pb::EntitySpecifics entity_specifics; local
205 sync_pb::EntitySpecifics entity_specifics; local
212 sync_pb::EntitySpecifics entity_specifics; local
219 sync_pb::EntitySpecifics entity_specifics; local
265 sync_pb::EntitySpecifics entity_specifics; local
272 sync_pb::EntitySpecifics entity_specifics; local
    [all...]
sync_manager_impl_unittest.cc 500 sync_pb::EntitySpecifics entity_specifics; local
501 entity_specifics.mutable_bookmark()->set_url("http://www.google.com");
503 EXPECT_NE(entity_specifics.SerializeAsString(),
505 node.SetEntitySpecifics(entity_specifics);
506 EXPECT_EQ(entity_specifics.SerializeAsString(),
518 sync_pb::EntitySpecifics entity_specifics; local
519 entity_specifics.mutable_bookmark()->set_url("http://www.google.com");
520 entity_specifics.mutable_unknown_fields()->AddFixed32(5, 100);
521 node.SetEntitySpecifics(entity_specifics);
524 entity_specifics.mutable_unknown_fields()->Clear()
2031 sync_pb::EntitySpecifics entity_specifics; local
2151 sync_pb::EntitySpecifics entity_specifics; local
2292 sync_pb::EntitySpecifics entity_specifics; local
2327 sync_pb::EntitySpecifics entity_specifics; local
2379 sync_pb::EntitySpecifics entity_specifics; local
2418 sync_pb::EntitySpecifics entity_specifics; local
2449 sync_pb::EntitySpecifics entity_specifics; local
2485 sync_pb::EntitySpecifics entity_specifics; local
2542 sync_pb::EntitySpecifics entity_specifics; local
2580 sync_pb::EntitySpecifics entity_specifics; local
2641 sync_pb::EntitySpecifics entity_specifics; local
2694 sync_pb::EntitySpecifics entity_specifics; local
2769 sync_pb::EntitySpecifics entity_specifics; local
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 80 sync_pb::EntitySpecifics entity_specifics; local
85 entity_specifics.mutable_synced_notification();
195 entity_specifics);
synced_notification.cc 86 sync_pb::EntitySpecifics entity_specifics; local
87 entity_specifics.mutable_synced_notification()->CopyFrom(specifics_);
88 return entity_specifics;
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 554 sync_pb::EntitySpecifics entity_specifics; local
555 entity_specifics.MutableExtension(sync_pb::autofill)->
571 item.Put(SPECIFICS, entity_specifics);
572 item.Put(SERVER_SPECIFICS, entity_specifics);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 858 sync_pb::EntitySpecifics entity_specifics; local
859 entity_specifics.mutable_autofill()->CopyFrom(new_autofill);
875 item.PutSpecifics(entity_specifics);
876 item.PutServerSpecifics(entity_specifics);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 509 sync_pb::EntitySpecifics entity_specifics; local
510 entity_specifics.MutableExtension(sync_pb::autofill)->CopyFrom(new_value);
511 EncryptIfNecessary(&entity_specifics);
512 PutSpecificsAndMarkForSyncing(entity_specifics);
523 sync_pb::EntitySpecifics entity_specifics; local
524 entity_specifics.MutableExtension(sync_pb::autofill_profile)->CopyFrom(
526 EncryptIfNecessary(&entity_specifics);
527 PutSpecificsAndMarkForSyncing(entity_specifics);
538 sync_pb::EntitySpecifics entity_specifics; local
539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value)
552 sync_pb::EntitySpecifics entity_specifics; local
611 sync_pb::EntitySpecifics entity_specifics; local
618 sync_pb::EntitySpecifics entity_specifics; local
638 sync_pb::EntitySpecifics entity_specifics; local
646 sync_pb::EntitySpecifics entity_specifics; local
654 sync_pb::EntitySpecifics entity_specifics; local
662 sync_pb::EntitySpecifics entity_specifics; local
670 sync_pb::EntitySpecifics entity_specifics; local
    [all...]

Completed in 157 milliseconds