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

  /external/chromium_org/sync/engine/
store_timestamps_command.h 15 class GetUpdatesResponse;
27 const sync_pb::GetUpdatesResponse& response,
31 // a GetUpdatesResponse (fetched in DownloadUpdatesCommand) and stores
store_timestamps_command_unittest.cc 19 sync_pb::GetUpdatesResponse* response,
30 sync_pb::GetUpdatesResponse* response,
51 // Builds a GetUpdatesResponse with some progress markers, including
56 sync_pb::GetUpdatesResponse response;
store_timestamps_command.cc 15 const sync_pb::GetUpdatesResponse& response,
38 const sync_pb::GetUpdatesResponse& updates =
process_updates_command_unittest.cc 64 SyncEntity* AddUpdate(sync_pb::GetUpdatesResponse* updates,
92 sync_pb::GetUpdatesResponse* updates =
108 sync_pb::GetUpdatesResponse* updates =
141 sync_pb::GetUpdatesResponse* updates =
168 sync_pb::GetUpdatesResponse* updates =
process_updates_command.cc 38 const sync_pb::GetUpdatesResponse& updates =
112 const sync_pb::GetUpdatesResponse& updates =
syncer_proto_util.cc 614 const sync_pb::GetUpdatesResponse& response) {
616 output.append("GetUpdatesResponse:\n");
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 85 typedef sync_pb::GetUpdatesResponse GetUpdatesResponse;
store_timestamps_command.cc 27 const GetUpdatesResponse& updates =
verify_updates_command_unittest.cc 60 void AddUpdate(GetUpdatesResponse* updates,
83 GetUpdatesResponse* updates = session()->status_controller()->
process_updates_command.cc 29 const GetUpdatesResponse& updates =
verify_updates_command.cc 40 const GetUpdatesResponse& updates = status->updates_response().get_updates();
syncer_proto_util.cc 362 const sync_pb::GetUpdatesResponse& response) {
364 output.append("GetUpdatesResponse:\n");
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 359 response = sync_pb2.GetUpdatesResponse()
364 response = sync_pb2.GetUpdatesResponse()
384 response = sync_pb2.GetUpdatesResponse()
406 response = sync_pb2.GetUpdatesResponse()
415 response = sync_pb2.GetUpdatesResponse()
424 response = sync_pb2.GetUpdatesResponse()
450 response = sync_pb2.GetUpdatesResponse()
475 response = sync_pb2.GetUpdatesResponse()
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 324 response = sync_pb2.GetUpdatesResponse()
329 response = sync_pb2.GetUpdatesResponse()
349 response = sync_pb2.GetUpdatesResponse()
371 response = sync_pb2.GetUpdatesResponse()
380 response = sync_pb2.GetUpdatesResponse()
389 response = sync_pb2.GetUpdatesResponse()
416 response = sync_pb2.GetUpdatesResponse()
439 response = sync_pb2.GetUpdatesResponse()
500 response = sync_pb2.GetUpdatesResponse()
552 response = sync_pb2.GetUpdatesResponse()
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 305 sync_pb::GetUpdatesResponse* GetUpdateResponse();
358 std::list<sync_pb::GetUpdatesResponse> update_queue_;
mock_connection_manager.cc 172 sync_pb::GetUpdatesResponse* MockConnectionManager::GetUpdateResponse() {
521 sync_pb::GetUpdatesResponse* updates = &update_queue_.front();
672 sync_pb::GetUpdatesResponse* updates = GetUpdateResponse();
678 update_queue_.push_back(sync_pb::GetUpdatesResponse::default_instance());
  /external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc 309 sync_pb::GetUpdatesResponse* response = message.mutable_get_updates();
proto_value_conversions.cc 756 const sync_pb::GetUpdatesResponse& proto,

Completed in 785 milliseconds