Home
last modified time | relevance | path

Searched refs:CommitResponse (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command.cc80 const CommitResponse& cr = response.commit(); in ModelNeutralExecuteImpl()
122 const CommitResponse& cr = response.commit(); in ProcessCommitResponse()
141 CommitResponse::ResponseType response_type = in ProcessCommitResponse()
148 case CommitResponse::INVALID_MESSAGE: in ProcessCommitResponse()
151 case CommitResponse::CONFLICT: in ProcessCommitResponse()
157 case CommitResponse::SUCCESS: in ProcessCommitResponse()
164 case CommitResponse::OVER_QUOTA: in ProcessCommitResponse()
166 case CommitResponse::RETRY: in ProcessCommitResponse()
167 case CommitResponse::TRANSIENT_ERROR: in ProcessCommitResponse()
207 CommitResponse::ResponseType
[all …]
Dsyncproto.h84 typedef sync_pb::CommitResponse CommitResponse; typedef
Dprocess_commit_response_command_unittest.cc163 entry_response->set_response_type(CommitResponse::SUCCESS); in CreateUnprocessedCommitResult()
186 void SetLastErrorCode(CommitResponse::ResponseType error_code) { in SetLastErrorCode()
403 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR); in TEST_P()
408 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR); in TEST_P()
Dprocess_commit_response_command.h35 CommitResponse::ResponseType ProcessSingleCommitResponse(
/external/chromium/net/tools/testserver/
Dchromiumsync.py792 reply.response_type = sync_pb2.CommitResponse.CONFLICT
796 reply.response_type = sync_pb2.CommitResponse.SUCCESS
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto67 // CommitResponse.EntryResponse. In the context of a GetUpdatesResponse,
415 message CommitResponse { message
559 optional CommitResponse commit = 1;