/external/chromium_org/sync/internal_api/ |
H A D | 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...] |
H A D | 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 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 D | extension_sync_traits.cc | 51 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 D | 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/notifications/sync_notifier/ |
H A D | sync_notifier_test_utils.cc | 80 sync_pb::EntitySpecifics entity_specifics; local 85 entity_specifics.mutable_synced_notification(); 195 entity_specifics);
|
H A D | synced_notification.cc | 86 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 D | 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)));
|
H A D | 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/chrome/browser/sync/engine/ |
H A D | 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 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 D | proto_value_conversions.h | 114 const sync_pb::EntitySpecifics& entity_specifics);
|
/external/chromium_org/chrome/browser/history/ |
H A D | 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)));
|
H A D | 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/sync/glue/ |
H A D | generic_change_processor.cc | 29 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 D | 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);
|
/external/chromium_org/chrome/browser/sync/ |
H A D | 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);
|