Searched refs:CommitResponse_EntryResponse (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
D | process_commit_response_command.h | 37 const sync_pb::CommitResponse_EntryResponse& pb_commit_response, 48 const CommitResponse_EntryResponse& entry_response, 56 const CommitResponse_EntryResponse& entry_response, 63 const CommitResponse_EntryResponse& entry_response, 71 const CommitResponse_EntryResponse& entry_response, 82 const CommitResponse_EntryResponse& entry_response, 88 const CommitResponse_EntryResponse& entry_response);
|
D | process_commit_response_command.cc | 200 void LogServerError(const CommitResponse_EntryResponse& res) { in LogServerError() 210 const sync_pb::CommitResponse_EntryResponse& pb_server_entry, in ProcessSingleCommitResponse() 216 const CommitResponse_EntryResponse& server_entry = in ProcessSingleCommitResponse() 217 *static_cast<const CommitResponse_EntryResponse*>(&pb_server_entry); in ProcessSingleCommitResponse() 285 const CommitResponse_EntryResponse& entry_response) { in GetResultingPostCommitName() 295 const CommitResponse_EntryResponse& entry_response, in UpdateVersionAfterCommit() 331 const CommitResponse_EntryResponse& entry_response, in ChangeIdAfterCommit() 358 const CommitResponse_EntryResponse& entry_response, in UpdateServerFieldsAfterCommit() 409 const CommitResponse_EntryResponse& entry_response, in OverrideClientFieldsAfterCommit() 447 const CommitResponse_EntryResponse& entry_response, in ProcessSuccessfulCommitResponse()
|
D | syncproto.h | 71 class CommitResponse_EntryResponse 72 : public IdWrapper<sync_pb::CommitResponse_EntryResponse> {
|
D | syncer_proto_util.h | 37 class CommitResponse_EntryResponse; variable 75 const CommitResponse_EntryResponse& entry);
|
D | syncer_proto_util_unittest.cc | 83 CommitResponse_EntryResponse one_name_response; in TEST() 96 CommitResponse_EntryResponse one_name_response; in TEST() 113 CommitResponse_EntryResponse two_name_response; in TEST()
|
D | process_commit_response_command_unittest.cc | 161 sync_pb::CommitResponse_EntryResponse* entry_response = in CreateUnprocessedCommitResult() 190 sync_pb::CommitResponse_EntryResponse* entry_response = in SetLastErrorCode()
|
D | syncer_proto_util.cc | 337 const CommitResponse_EntryResponse& entry) { in NameFromCommitEntryResponse()
|