Home
last modified time | relevance | path

Searched refs:SyncEntity (Results 1 – 25 of 25) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncproto.h36 class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
38 SyncEntity() {} in SyncEntity() function
39 explicit SyncEntity(const sync_pb::SyncEntity& other) in SyncEntity() function
40 : IdWrapper<sync_pb::SyncEntity>(other) { in SyncEntity()
50 IdWrapper<sync_pb::SyncEntity>::set_old_parent_id( in set_old_parent_id()
55 sync_pb::SyncEntity::old_parent_id()); in old_parent_id()
Dprocess_commit_response_command.h38 const sync_pb::SyncEntity& pb_committed_entry,
47 const sync_pb::SyncEntity& committed_entry,
55 const sync_pb::SyncEntity& committed_entry,
70 const sync_pb::SyncEntity& committed_entry,
81 const sync_pb::SyncEntity& committed_entry,
87 const sync_pb::SyncEntity& committed_entry,
Dsyncer_util.h25 class SyncEntity; variable
54 const SyncEntity& server_entry);
65 const SyncEntity& server_entry,
85 static VerifyResult VerifyNewEntry(const SyncEntity& update,
92 const SyncEntity& update,
101 const SyncEntity& update,
Dprocess_updates_command.cc52 const sync_pb::SyncEntity& update = it->second; in ModelChangingExecuteImpl()
75 bool ReverifyEntry(syncable::WriteTransaction* trans, const SyncEntity& entry, in ReverifyEntry()
94 const sync_pb::SyncEntity& proto_update) { in ProcessUpdate()
96 const SyncEntity& update = *static_cast<const SyncEntity*>(&proto_update); in ProcessUpdate()
Dsyncer_proto_util.h36 class SyncEntity; variable
58 const SyncEntity& server_entry);
71 const sync_pb::SyncEntity& entry);
89 static std::string SyncEntityDebugString(const sync_pb::SyncEntity& entry);
Dverify_updates_command.cc45 const SyncEntity& update = in ModelChangingExecuteImpl()
46 *reinterpret_cast<const SyncEntity *>(&(updates.entries(i))); in ModelChangingExecuteImpl()
66 VerifyResult VerifyTagConsistency(const SyncEntity& entry, in VerifyTagConsistency()
78 syncable::WriteTransaction* trans, const SyncEntity& entry, in VerifyUpdate()
Dprocess_updates_command.h17 class SyncEntity; variable
42 const sync_pb::SyncEntity& proto_update);
Dbuild_commit_command.cc59 void SetEntrySpecifics(MutableEntry* meta_entry, SyncEntity* sync_entry) { in SetEntrySpecifics()
67 void SetOldStyleBookmarkData(MutableEntry* meta_entry, SyncEntity* sync_entry) { in SetOldStyleBookmarkData()
101 SyncEntity* sync_entry = in ExecuteImpl()
102 static_cast<SyncEntity*>(commit_message->add_entries()); in ExecuteImpl()
Dprocess_commit_response_command.cc211 const sync_pb::SyncEntity& commit_request_entry, in ProcessSingleCommitResponse()
284 const sync_pb::SyncEntity& committed_entry, in GetResultingPostCommitName()
294 const sync_pb::SyncEntity& committed_entry, in UpdateVersionAfterCommit()
357 const sync_pb::SyncEntity& committed_entry, in UpdateServerFieldsAfterCommit()
408 const sync_pb::SyncEntity& committed_entry, in OverrideClientFieldsAfterCommit()
446 const sync_pb::SyncEntity& committed_entry, in ProcessSuccessfulCommitResponse()
Dsyncer_proto_util_unittest.cc82 SyncEntity one_name_entity; in TEST()
95 SyncEntity one_name_entity; in TEST()
112 SyncEntity two_name_entity; in TEST()
Dsyncer_proto_util.cc259 const SyncEntity& server_entry) { in Compare()
329 const sync_pb::SyncEntity& entry) { in NameFromSyncEntity()
344 const sync_pb::SyncEntity& entry) { in SyncEntityDebugString()
Dsyncer_util.cc132 const SyncEntity& update) { in FindLocalIdToUpdate()
382 const SyncEntity& update, in UpdateServerFieldsFromUpdate()
434 const SyncEntity::BookmarkData& bookmark = update.bookmarkdata(); in UpdateServerFieldsFromUpdate()
686 const SyncEntity& update, in VerifyNewEntry()
706 const SyncEntity& update, in VerifyUpdateConsistency()
791 const SyncEntity& update, in VerifyUndelete()
Dverify_updates_command.h38 const SyncEntity& entry,
Dverify_updates_command_unittest.cc63 sync_pb::SyncEntity* e = updates->add_entries(); in AddUpdate()
Dprocess_commit_response_command_unittest.cc149 SyncEntity* entity = static_cast<SyncEntity*>( in CreateUnprocessedCommitResult()
Dsyncer_unittest.cc1936 sync_pb::SyncEntity* update = mock_server_->AddUpdateFromLastCommit(); in TEST_F()
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.h25 class SyncEntity; variable
92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);
Dmodel_type.cc120 ModelType GetModelType(const sync_pb::SyncEntity& sync_pb_entity) { in GetModelType()
121 const browser_sync::SyncEntity& sync_entity = in GetModelType()
122 static_cast<const browser_sync::SyncEntity&>(sync_pb_entity); in GetModelType()
Dsyncable_unittest.cc1352 browser_sync::SyncEntity folder_entity; in TEST_F()
1359 browser_sync::SyncEntity item_entity; in TEST_F()
/external/chromium/net/tools/testserver/
Dchromiumsync_test.py45 proto = sync_pb2.SyncEntity()
60 proto = sync_pb2.SyncEntity()
75 entry = sync_pb2.SyncEntity()
169 entry = sync_pb2.SyncEntity()
193 entry = sync_pb2.SyncEntity()
231 proto = sync_pb2.SyncEntity()
Dchromiumsync.py433 entry = sync_pb2.SyncEntity()
638 tombstone = sync_pb2.SyncEntity()
/external/chromium/chrome/browser/sync/sessions/
Dsession_state.h184 typedef std::pair<VerifyResult, sync_pb::SyncEntity> VerifiedUpdate;
194 const sync_pb::SyncEntity& entity);
Dstatus_controller_unittest.cc177 sync_pb::SyncEntity* entity1 = response->mutable_get_updates()->add_entries(); in TEST_F()
178 sync_pb::SyncEntity* entity2 = response->mutable_get_updates()->add_entries(); in TEST_F()
Dsession_state.cc293 const sync_pb::SyncEntity& entity) { in AddVerifyResult()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto63 message SyncEntity { message
149 // If this group is present, it implies that this SyncEntity corresponds to
261 repeated SyncEntity entries = 1;
437 // the SyncEntity message in GetUpdatesResponse.
444 // This name is the same as the name field returned within the SyncEntity
449 // SyncEntity message in GetUpdatesResponse.
459 repeated SyncEntity entries = 1;
521 repeated SyncEntity entries = 1;