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

  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 114 sync_pb::CommitResponse_EntryResponse* entryresponse = local
116 entryresponse->set_response_type(sync_pb::CommitResponse::SUCCESS);
117 entryresponse->set_id_string(GenerateId(tag_hash));
118 entryresponse->set_parent_id_string(it->parent_id_string());
119 entryresponse->set_version(version);
120 entryresponse->set_name(it->name());
121 entryresponse->set_mtime(it->mtime());
mock_connection_manager.cc 394 last_commit_response().entryresponse(0).response_type());
405 last_commit_response().entryresponse(0).position_in_parent());
407 last_commit_response().entryresponse(0).version());
409 last_commit_response().entryresponse(0).id_string());
415 last_commit_response().entryresponse(0).id_string());
  /external/chromium_org/sync/engine/
non_blocking_type_commit_contribution.cc 54 commit_response.entryresponse(entries_start_index_ + i);
directory_commit_contribution.cc 93 commit_response.entryresponse(entries_start_index_ + i),
directory_commit_contribution_unittest.cc 75 sync_pb::CommitResponse::EntryResponse* response) {
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 940 const sync_pb::CommitResponse::EntryResponse& proto) {
956 SET_REP(entryresponse, EntryResponseToValue);
    [all...]
sync.proto 138 // CommitResponse.EntryResponse. In the context of a GetUpdatesResponse,
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 268 milliseconds