Home | History | Annotate | Download | only in engine

Lines Matching refs:COMMIT

5 #include "sync/engine/commit.h"
16 Commit::Commit(
27 Commit::~Commit() {
31 Commit* Commit::Init(
62 // Give up if no one had anything to commit.
67 message.set_message_contents(sync_pb::ClientToServerMessage::COMMIT);
98 // If we made it this far, then we've successfully prepared a commit message.
99 return new Commit(contributions, message, extensions_activity_buffer);
102 SyncerError Commit::PostAndProcessResponse(
118 DVLOG(1) << "Sending commit message.";
125 LOG(WARNING) << "Post commit failed";
130 LOG(WARNING) << "Commit response has no commit body!";
134 size_t message_entries = message_.commit().entries_size();
135 size_t response_entries = response_.commit().entryresponse_size();
138 << "Commit response has wrong number of entries! "
172 void Commit::CleanUp() {