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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_context.h 45 void SetRemoteChangeProcessor(
sync_engine_context.cc 96 void SyncEngineContext::SetRemoteChangeProcessor(
sync_worker_interface.h 80 virtual void SetRemoteChangeProcessor(
fake_sync_worker.h 67 virtual void SetRemoteChangeProcessor(
sync_worker.h 83 virtual void SetRemoteChangeProcessor(
sync_engine.cc 349 SetRemoteChangeProcessor(remote_change_processor_);
469 void SyncEngine::SetRemoteChangeProcessor(RemoteChangeProcessor* processor) {
484 base::Bind(&SyncWorkerInterface::SetRemoteChangeProcessor,
fake_sync_worker.cc 74 void FakeSyncWorker::SetRemoteChangeProcessor(
sync_engine.h 106 virtual void SetRemoteChangeProcessor(
sync_worker.cc 164 void SyncWorker::SetRemoteChangeProcessor(
168 context_->SetRemoteChangeProcessor(remote_change_processor_on_worker);
remote_to_local_syncer_unittest.cc 78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
conflict_resolver_unittest.cc 78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
local_to_remote_syncer_unittest.cc 79 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
drive_backend_sync_unittest.cc 134 remote_sync_service_->SetRemoteChangeProcessor(local_sync_service_.get());
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.h 47 MOCK_METHOD1(SetRemoteChangeProcessor,
remote_file_sync_service.h 179 // It is invalid to call this before calling SetRemoteChangeProcessor().
184 virtual void SetRemoteChangeProcessor(
sync_file_system_service_unittest.cc 147 SetRemoteChangeProcessor(local_service.get())).Times(1);
sync_file_system_service.cc 396 remote_service_->SetRemoteChangeProcessor(local_service_.get());
808 v2_remote_service_->SetRemoteChangeProcessor(local_service_.get());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 97 virtual void SetRemoteChangeProcessor(
drive_file_sync_service_sync_unittest.cc 109 remote_sync_service_->SetRemoteChangeProcessor(local_sync_service_.get());
drive_file_sync_service_fake_unittest.cc 231 sync_service_->SetRemoteChangeProcessor(mock_remote_processor());
drive_file_sync_service.cc 191 void DriveFileSyncService::SetRemoteChangeProcessor(
    [all...]

Completed in 321 milliseconds