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

  /external/chromium_org/sync/engine/
non_blocking_type_commit_contribution.cc 44 const sync_pb::CommitResponse& commit_response = response.commit(); local
54 commit_response.entryresponse(entries_start_index_ + i);
non_blocking_type_processor_core_unittest.cc 446 const CommitResponseData& commit_response = local
450 EXPECT_FALSE(commit_response.id.empty());
451 EXPECT_NE(entity.id_string(), commit_response.id);
453 EXPECT_EQ(client_tag_hash, commit_response.client_tag_hash);
454 EXPECT_LT(0, commit_response.response_version);
494 const CommitResponseData& commit_response = local
497 EXPECT_EQ(entity.id_string(), commit_response.id);
499 commit_response.client_tag_hash);
500 EXPECT_EQ(entity.version(), commit_response.response_version);
directory_commit_contribution.cc 79 const sync_pb::CommitResponse& commit_response = response.commit(); local
93 commit_response.entryresponse(entries_start_index_ + i),
  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 97 sync_pb::CommitResponse* commit_response = response.mutable_commit(); local
115 commit_response->add_entryresponse();
mock_connection_manager.cc 571 CommitResponse* commit_response = response_buffer->mutable_commit(); local
592 response_map[id_string] = commit_response->add_entryresponse();
622 commit_responses_.push_back(new CommitResponse(*commit_response));
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 96 milliseconds