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

  /external/chromium_org/sync/engine/
commit_util.cc 223 const sync_pb::CommitResponse_EntryResponse& entry_response) {
225 SyncerProtoUtil::NameFromCommitEntryResponse(entry_response);
233 const sync_pb::CommitResponse_EntryResponse& entry_response,
237 int64 new_version = entry_response.version();
253 << " new_id:" << SyncableIdFromProto(entry_response.id_string())
254 << " new_version:" << entry_response.version();
269 const sync_pb::CommitResponse_EntryResponse& entry_response,
274 SyncableIdFromProto(entry_response.id_string());
300 const sync_pb::CommitResponse_EntryResponse& entry_response,
305 // |entry_response| and |committed_entry| have some identically name
    [all...]
non_blocking_type_commit_contribution.cc 53 const sync_pb::CommitResponse_EntryResponse& entry_response = local
56 switch (entry_response.response_type()) {
71 response_data.id = entry_response.id_string();
75 response_data.response_version = entry_response.version();
directory_commit_contribution_unittest.cc 391 sync_pb::CommitResponse_EntryResponse* entry_response = local
393 CreateSuccessfulCommitResponse(entity, entry_response);
475 sync_pb::CommitResponse_EntryResponse* entry_response = local
477 CreateSuccessfulCommitResponse(entity, entry_response);
  /external/chromium_org/sync/test/fake_server/
fake_server.cc 317 sync_pb::CommitResponse_EntryResponse* entry_response,
359 BuildEntryResponseForSuccessfulCommit(entry_response, entity);
364 sync_pb::CommitResponse_EntryResponse* entry_response,
366 entry_response->set_response_type(sync_pb::CommitResponse::SUCCESS);
367 entry_response->set_id_string(entity->GetId());
370 entry_response->set_version(entity->GetVersion() + 1);
372 entry_response->set_version(entity->GetVersion());
373 entry_response->set_name(entity->GetName());
423 sync_pb::CommitResponse_EntryResponse* entry_response = local
434 entry_response,
    [all...]
fake_server.h 112 sync_pb::CommitResponse_EntryResponse* entry_response,
116 // Populates |entry_response| based on |entity|. It is assumed that
119 sync_pb::CommitResponse_EntryResponse* entry_response,

Completed in 567 milliseconds