Home
last modified time | relevance | path

Searched refs:CommitResponse_EntryResponse (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command.h37 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);
Dprocess_commit_response_command.cc200 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()
Dsyncproto.h71 class CommitResponse_EntryResponse
72 : public IdWrapper<sync_pb::CommitResponse_EntryResponse> {
Dsyncer_proto_util.h37 class CommitResponse_EntryResponse; variable
75 const CommitResponse_EntryResponse& entry);
Dsyncer_proto_util_unittest.cc83 CommitResponse_EntryResponse one_name_response; in TEST()
96 CommitResponse_EntryResponse one_name_response; in TEST()
113 CommitResponse_EntryResponse two_name_response; in TEST()
Dprocess_commit_response_command_unittest.cc161 sync_pb::CommitResponse_EntryResponse* entry_response = in CreateUnprocessedCommitResult()
190 sync_pb::CommitResponse_EntryResponse* entry_response = in SetLastErrorCode()
Dsyncer_proto_util.cc337 const CommitResponse_EntryResponse& entry) { in NameFromCommitEntryResponse()