/external/chromium_org/chrome/browser/extensions/ |
extension_sync_data.cc | 121 const sync_pb::EntitySpecifics& entity_specifics = sync_data.GetSpecifics(); local 123 if (entity_specifics.has_extension()) { 124 PopulateFromExtensionSpecifics(entity_specifics.extension());
|
/external/chromium_org/sync/test/fake_server/ |
bookmark_entity_builder.cc | 53 sync_pb::EntitySpecifics entity_specifics; local 55 entity_specifics.mutable_bookmark(); 72 entity_specifics,
|
permanent_entity.cc | 43 sync_pb::EntitySpecifics entity_specifics; local 44 AddDefaultFieldValue(model_type, &entity_specifics); 50 entity_specifics); 60 sync_pb::EntitySpecifics entity_specifics; local 61 AddDefaultFieldValue(model_type, &entity_specifics); 67 entity_specifics);
|
/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 | 368 sync_pb::EntitySpecifics entity_specifics; local 369 entity_specifics.mutable_history_delete_directive()->CopyFrom( 373 sync_tag, sync_tag, entity_specifics);
|
/external/chromium_org/chrome/browser/themes/ |
theme_syncable_service.cc | 114 sync_pb::EntitySpecifics entity_specifics; local 115 if (GetThemeSpecificsFromCurrentTheme(entity_specifics.mutable_theme())) { 118 entity_specifics)); 331 sync_pb::EntitySpecifics entity_specifics; local 332 entity_specifics.mutable_theme()->CopyFrom(theme_specifics); 338 entity_specifics)));
|
theme_syncable_service_unittest.cc | 211 sync_pb::EntitySpecifics entity_specifics; local 212 entity_specifics.mutable_theme()->CopyFrom(theme_specifics); 216 entity_specifics)); 453 sync_pb::EntitySpecifics entity_specifics; local 454 entity_specifics.mutable_theme()->CopyFrom(theme_specifics); 461 entity_specifics,
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_profile_syncable_service_unittest.cc | 185 sync_pb::EntitySpecifics entity_specifics; local 187 entity_specifics.mutable_autofill_profile(); 222 return syncer::SyncData::CreateLocalData(kGuid1, kGuid1, entity_specifics); [all...] |
/external/chromium_org/sync/internal_api/ |
write_node.cc | 113 sync_pb::EntitySpecifics entity_specifics; local 114 entity_specifics.mutable_app()->CopyFrom(new_value); 115 SetEntitySpecifics(entity_specifics); 120 sync_pb::EntitySpecifics entity_specifics; local 121 entity_specifics.mutable_autofill()->CopyFrom(new_value); 122 SetEntitySpecifics(entity_specifics); 127 sync_pb::EntitySpecifics entity_specifics; local 128 entity_specifics.mutable_autofill_profile()-> 130 SetEntitySpecifics(entity_specifics); 135 sync_pb::EntitySpecifics entity_specifics; local 142 sync_pb::EntitySpecifics entity_specifics; local 157 sync_pb::EntitySpecifics entity_specifics; local 178 sync_pb::EntitySpecifics entity_specifics; local 185 sync_pb::EntitySpecifics entity_specifics; local 192 sync_pb::EntitySpecifics entity_specifics; local 199 sync_pb::EntitySpecifics entity_specifics; local 206 sync_pb::EntitySpecifics entity_specifics; local 252 sync_pb::EntitySpecifics entity_specifics; local 259 sync_pb::EntitySpecifics entity_specifics; local [all...] |
sync_manager_impl_unittest.cc | 546 sync_pb::EntitySpecifics entity_specifics; local 547 entity_specifics.mutable_bookmark()->set_url("http://www.google.com"); 549 EXPECT_NE(entity_specifics.SerializeAsString(), 551 node.SetEntitySpecifics(entity_specifics); 552 EXPECT_EQ(entity_specifics.SerializeAsString(), 563 sync_pb::EntitySpecifics entity_specifics; local 564 entity_specifics.mutable_bookmark()->set_url("http://www.google.com"); 565 entity_specifics.mutable_unknown_fields()->AddFixed32(5, 100); 566 node.SetEntitySpecifics(entity_specifics); 569 entity_specifics.mutable_unknown_fields()->Clear() 1635 sync_pb::EntitySpecifics entity_specifics; local 1753 sync_pb::EntitySpecifics entity_specifics; local 1894 sync_pb::EntitySpecifics entity_specifics; local 1929 sync_pb::EntitySpecifics entity_specifics; local 1981 sync_pb::EntitySpecifics entity_specifics; local 2020 sync_pb::EntitySpecifics entity_specifics; local 2051 sync_pb::EntitySpecifics entity_specifics; local 2087 sync_pb::EntitySpecifics entity_specifics; local 2144 sync_pb::EntitySpecifics entity_specifics; local 2182 sync_pb::EntitySpecifics entity_specifics; local 2243 sync_pb::EntitySpecifics entity_specifics; local 2296 sync_pb::EntitySpecifics entity_specifics; local 2371 sync_pb::EntitySpecifics entity_specifics; local [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 829 sync_pb::EntitySpecifics entity_specifics; local 830 entity_specifics.mutable_autofill()->CopyFrom(new_autofill); 845 item.PutSpecifics(entity_specifics); 846 item.PutServerSpecifics(entity_specifics); [all...] |