Searched refs:entity_specifics (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc112 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...]
H A Dsync_manager_impl_unittest.cc500 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
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/chrome/browser/sync/glue/
H A Dextension_sync_traits.cc51 const sync_pb::EntitySpecifics& entity_specifics,
53 if (!entity_specifics.HasExtension(sync_pb::extension)) {
56 *extension_specifics = entity_specifics.GetExtension(sync_pb::extension);
113 const sync_pb::EntitySpecifics& entity_specifics,
115 if (!entity_specifics.HasExtension(sync_pb::app)) {
119 entity_specifics.GetExtension(sync_pb::app).extension();
50 GetExtensionSpecificsFromEntity( const sync_pb::EntitySpecifics& entity_specifics, sync_pb::ExtensionSpecifics* extension_specifics) argument
112 GetExtensionSpecificsFromEntityOfApp( const sync_pb::EntitySpecifics& entity_specifics, sync_pb::ExtensionSpecifics* extension_specifics) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_data.cc106 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/notifications/sync_notifier/
H A Dsync_notifier_test_utils.cc80 sync_pb::EntitySpecifics entity_specifics; local
85 entity_specifics.mutable_synced_notification();
195 entity_specifics);
H A Dsynced_notification.cc86 sync_pb::EntitySpecifics entity_specifics; local
87 entity_specifics.mutable_synced_notification()->CopyFrom(specifics_);
88 return entity_specifics;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.cc122 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)));
H A Dtheme_syncable_service_unittest.cc235 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/chrome/browser/sync/engine/
H A Dsyncapi.cc509 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
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...]
/external/chromium/chrome/browser/sync/protocol/
H A Dproto_value_conversions.h114 const sync_pb::EntitySpecifics& entity_specifics);
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.cc308 sync_pb::EntitySpecifics entity_specifics; local
309 sync_pb::TypedUrlSpecifics* typed_url = entity_specifics.mutable_typed_url();
320 kTypedUrlTag, title, entity_specifics)));
H A Ddelete_directive_handler.cc358 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/sync/glue/
H A Dgeneric_change_processor.cc29 void SetNodeSpecifics(const sync_pb::EntitySpecifics& entity_specifics, argument
31 if (syncer::GetModelTypeFromSpecifics(entity_specifics) ==
34 entity_specifics.password().client_only_encrypted_data());
36 write_node->SetEntitySpecifics(entity_specifics);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc554 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);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc858 sync_pb::EntitySpecifics entity_specifics; local
859 entity_specifics.mutable_autofill()->CopyFrom(new_autofill);
875 item.PutSpecifics(entity_specifics);
876 item.PutServerSpecifics(entity_specifics);

Completed in 2966 milliseconds