Home
last modified time | relevance | path

Searched refs:GetUpdateResponse (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/test/engine/
Dmock_connection_manager.cc174 sync_pb::GetUpdatesResponse* MockConnectionManager::GetUpdateResponse() { in GetUpdateResponse() function in syncer::MockConnectionManager
288 sync_pb::SyncEntity* ent = GetUpdateResponse()->add_entries(); in SetNigori()
335 sync_pb::SyncEntity* ent = GetUpdateResponse()->add_entries(); in AddUpdateMeta()
400 sync_pb::SyncEntity* ent = GetUpdateResponse()->add_entries(); in AddUpdateFromLastCommit()
430 sync_pb::SyncEntity* ent = GetUpdateResponse()->add_entries(); in AddUpdateTombstone()
443 GetUpdateResponse()->mutable_entries()->RemoveLast(); in SetLastUpdateDeleted()
473 GetUpdateResponse()->clear_new_progress_marker(); in ApplyToken()
475 GetUpdateResponse()->add_new_progress_marker(); in ApplyToken()
482 GetUpdateResponse()->set_changes_remaining(timestamp); in SetChangesRemaining()
506 GetUpdateResponse(); in ProcessGetUpdates()
[all …]
Dmock_model_type_sync_proxy.h81 UpdateResponseData GetUpdateResponse(const std::string& tag_hash) const;
Dmock_model_type_sync_proxy.cc151 UpdateResponseData MockModelTypeSyncProxy::GetUpdateResponse( in GetUpdateResponse() function in syncer::MockModelTypeSyncProxy
Dmock_connection_manager.h303 sync_pb::GetUpdatesResponse* GetUpdateResponse();
/external/chromium_org/sync/engine/
Dmodel_type_sync_worker_impl_unittest.cc539 return mock_type_sync_proxy_->GetUpdateResponse(tag_hash); in GetUpdateResponseOnModelThread()