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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_context.h 44 void SetRemoteChangeProcessor(
sync_worker_interface.h 80 virtual void SetRemoteChangeProcessor(
fake_sync_worker.h 67 virtual void SetRemoteChangeProcessor(
sync_engine_context.cc 88 void SyncEngineContext::SetRemoteChangeProcessor(
fake_sync_worker.cc 72 void FakeSyncWorker::SetRemoteChangeProcessor(
sync_worker.h 82 virtual void SetRemoteChangeProcessor(
sync_engine.cc 356 SetRemoteChangeProcessor(remote_change_processor_);
483 void SyncEngine::SetRemoteChangeProcessor(RemoteChangeProcessor* processor) {
499 base::Bind(&SyncWorkerInterface::SetRemoteChangeProcessor,
sync_engine.h 120 virtual void SetRemoteChangeProcessor(
sync_worker.cc 160 void SyncWorker::SetRemoteChangeProcessor(
164 context_->SetRemoteChangeProcessor(remote_change_processor_on_worker);
remote_to_local_syncer_unittest.cc 78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
conflict_resolver_unittest.cc 77 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
local_to_remote_syncer_unittest.cc 78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
drive_backend_sync_unittest.cc 138 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 154 SetRemoteChangeProcessor(local_service.get())).Times(1);
sync_file_system_service.cc 467 remote_service_->SetRemoteChangeProcessor(local_service_.get());

Completed in 2054 milliseconds