HomeSort by relevance Sort by last modified time
    Searched refs:CommitResponse (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 80 const CommitResponse& cr = response.commit();
122 const CommitResponse& cr = response.commit();
141 CommitResponse::ResponseType response_type =
148 case CommitResponse::INVALID_MESSAGE:
151 case CommitResponse::CONFLICT:
157 case CommitResponse::SUCCESS:
164 case CommitResponse::OVER_QUOTA:
166 case CommitResponse::RETRY:
167 case CommitResponse::TRANSIENT_ERROR:
207 CommitResponse::ResponseTyp
    [all...]
syncproto.h 84 typedef sync_pb::CommitResponse CommitResponse;
process_commit_response_command.h 35 CommitResponse::ResponseType ProcessSingleCommitResponse(
process_commit_response_command_unittest.cc 163 entry_response->set_response_type(CommitResponse::SUCCESS);
186 void SetLastErrorCode(CommitResponse::ResponseType error_code) {
403 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR);
408 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR);
  /external/chromium/net/tools/testserver/
chromiumsync.py 776 commit_response: A sync_pb.CommitResponse protobuf into which a reply
792 reply.response_type = sync_pb2.CommitResponse.CONFLICT
796 reply.response_type = sync_pb2.CommitResponse.SUCCESS
    [all...]

Completed in 81 milliseconds