/external/chromium/chrome/browser/sync/engine/ |
D | syncproto.h | 36 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()
|
D | process_commit_response_command.h | 38 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,
|
D | syncer_util.h | 25 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,
|
D | process_updates_command.cc | 52 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()
|
D | syncer_proto_util.h | 36 class SyncEntity; variable 58 const SyncEntity& server_entry); 71 const sync_pb::SyncEntity& entry); 89 static std::string SyncEntityDebugString(const sync_pb::SyncEntity& entry);
|
D | verify_updates_command.cc | 45 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()
|
D | process_updates_command.h | 17 class SyncEntity; variable 42 const sync_pb::SyncEntity& proto_update);
|
D | build_commit_command.cc | 59 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()
|
D | process_commit_response_command.cc | 211 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()
|
D | syncer_proto_util_unittest.cc | 82 SyncEntity one_name_entity; in TEST() 95 SyncEntity one_name_entity; in TEST() 112 SyncEntity two_name_entity; in TEST()
|
D | syncer_proto_util.cc | 259 const SyncEntity& server_entry) { in Compare() 329 const sync_pb::SyncEntity& entry) { in NameFromSyncEntity() 344 const sync_pb::SyncEntity& entry) { in SyncEntityDebugString()
|
D | syncer_util.cc | 132 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()
|
D | verify_updates_command.h | 38 const SyncEntity& entry,
|
D | verify_updates_command_unittest.cc | 63 sync_pb::SyncEntity* e = updates->add_entries(); in AddUpdate()
|
D | process_commit_response_command_unittest.cc | 149 SyncEntity* entity = static_cast<SyncEntity*>( in CreateUnprocessedCommitResult()
|
D | syncer_unittest.cc | 1936 sync_pb::SyncEntity* update = mock_server_->AddUpdateFromLastCommit(); in TEST_F()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.h | 25 class SyncEntity; variable 92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);
|
D | model_type.cc | 120 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()
|
D | syncable_unittest.cc | 1352 browser_sync::SyncEntity folder_entity; in TEST_F() 1359 browser_sync::SyncEntity item_entity; in TEST_F()
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync_test.py | 45 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()
|
D | chromiumsync.py | 433 entry = sync_pb2.SyncEntity() 638 tombstone = sync_pb2.SyncEntity()
|
/external/chromium/chrome/browser/sync/sessions/ |
D | session_state.h | 184 typedef std::pair<VerifyResult, sync_pb::SyncEntity> VerifiedUpdate; 194 const sync_pb::SyncEntity& entity);
|
D | status_controller_unittest.cc | 177 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()
|
D | session_state.cc | 293 const sync_pb::SyncEntity& entity) { in AddVerifyResult()
|
/external/chromium/chrome/browser/sync/protocol/ |
D | sync.proto | 63 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;
|