Home
last modified time | relevance | path

Searched refs:RemoteChangeProcessor (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dremote_change_processor.h30 class RemoteChangeProcessor {
42 RemoteChangeProcessor() {} in RemoteChangeProcessor() function
43 virtual ~RemoteChangeProcessor() {} in ~RemoteChangeProcessor()
85 DISALLOW_COPY_AND_ASSIGN(RemoteChangeProcessor);
Dremote_file_sync_service.h39 class RemoteChangeProcessor; variable
185 RemoteChangeProcessor* processor) = 0;
Dmock_remote_change_processor.h24 class MockRemoteChangeProcessor : public RemoteChangeProcessor {
Dfake_remote_change_processor.h28 class FakeRemoteChangeProcessor : public RemoteChangeProcessor {
Dmock_remote_file_sync_service.h48 void(RemoteChangeProcessor* processor));
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine_context.h26 class RemoteChangeProcessor; variable
45 RemoteChangeProcessor* remote_change_processor);
51 RemoteChangeProcessor* GetRemoteChangeProcessor();
65 RemoteChangeProcessor* remote_change_processor_; // Not owned.
Dremote_change_processor_wrapper.h23 RemoteChangeProcessor* remote_change_processor);
27 const RemoteChangeProcessor::PrepareChangeCallback& callback);
43 RemoteChangeProcessor* remote_change_processor_;
Dremote_change_processor_wrapper.cc14 RemoteChangeProcessor* remote_change_processor) in RemoteChangeProcessorWrapper()
19 const RemoteChangeProcessor::PrepareChangeCallback& callback) { in PrepareForProcessRemoteChange()
Dsync_engine_context.cc66 RemoteChangeProcessor* SyncEngineContext::GetRemoteChangeProcessor() { in GetRemoteChangeProcessor()
89 RemoteChangeProcessor* remote_change_processor) { in SetRemoteChangeProcessor()
Dsync_engine.h47 class RemoteChangeProcessor; variable
121 RemoteChangeProcessor* processor) OVERRIDE;
214 RemoteChangeProcessor* remote_change_processor_; // Not owned.
Dremote_change_processor_on_worker.h27 class RemoteChangeProcessorOnWorker : public RemoteChangeProcessor {
Dremote_to_local_syncer.h198 RemoteChangeProcessor* remote_change_processor();
Dlocal_to_remote_syncer.h31 class RemoteChangeProcessor; variable
Dsync_engine.cc62 class RemoteChangeProcessor;
483 void SyncEngine::SetRemoteChangeProcessor(RemoteChangeProcessor* processor) { in SetRemoteChangeProcessor()
Dsync_worker.cc31 class RemoteChangeProcessor;
Dremote_to_local_syncer.cc851 RemoteChangeProcessor* RemoteToLocalSyncer::remote_change_processor() { in remote_change_processor()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service.h47 : public RemoteChangeProcessor,
Dlocal_file_sync_service.cc38 const RemoteChangeProcessor::PrepareChangeCallback& callback, in PrepareForProcessRemoteChangeCallbackAdapter()