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

  /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()
2020 sync_pb::EntitySpecifics entity_specifics; local
2140 sync_pb::EntitySpecifics entity_specifics; local
2281 sync_pb::EntitySpecifics entity_specifics; local
2316 sync_pb::EntitySpecifics entity_specifics; local
2368 sync_pb::EntitySpecifics entity_specifics; local
2407 sync_pb::EntitySpecifics entity_specifics; local
2438 sync_pb::EntitySpecifics entity_specifics; local
2474 sync_pb::EntitySpecifics entity_specifics; local
2531 sync_pb::EntitySpecifics entity_specifics; local
2569 sync_pb::EntitySpecifics entity_specifics; local
2630 sync_pb::EntitySpecifics entity_specifics; local
2683 sync_pb::EntitySpecifics entity_specifics; local
2758 sync_pb::EntitySpecifics entity_specifics; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
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();
  /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/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 85 sync_pb::EntitySpecifics entity_specifics; local
86 entity_specifics.mutable_synced_notification()->CopyFrom(specifics_);
87 return 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));
326 sync_pb::EntitySpecifics entity_specifics; local
327 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
333 entity_specifics)));
theme_syncable_service_unittest.cc 228 sync_pb::EntitySpecifics entity_specifics; local
229 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
233 entity_specifics));
437 sync_pb::EntitySpecifics entity_specifics; local
438 entity_specifics.mutable_theme()->CopyFrom(theme_specifics);
444 1, entity_specifics, base::Time())));
  /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...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 114 const sync_pb::EntitySpecifics& 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 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/
generic_change_processor.cc 29 void SetNodeSpecifics(const sync_pb::EntitySpecifics& entity_specifics,
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/
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 854 sync_pb::EntitySpecifics entity_specifics; local
855 entity_specifics.mutable_autofill()->CopyFrom(new_autofill);
872 item.Put(SPECIFICS, entity_specifics);
873 item.Put(SERVER_SPECIFICS, entity_specifics);
    [all...]

Completed in 604 milliseconds