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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_change_processor_wrapper.h 15 // This class wraps a part of RemoteChangeProcessor class to support weak
17 // RemoteChangeProcessor. See comments in remote_change_processor.h
23 RemoteChangeProcessor* remote_change_processor);
27 const RemoteChangeProcessor::PrepareChangeCallback& callback);
46 RemoteChangeProcessor* remote_change_processor_;
sync_engine_context.h 26 class RemoteChangeProcessor;
46 RemoteChangeProcessor* remote_change_processor);
52 RemoteChangeProcessor* GetRemoteChangeProcessor();
67 RemoteChangeProcessor* remote_change_processor_; // Not owned.
remote_change_processor_wrapper.cc 14 RemoteChangeProcessor* remote_change_processor)
19 const RemoteChangeProcessor::PrepareChangeCallback& callback) {
remote_change_processor_on_worker.h 23 // This class wraps a part of RemoteChangeProcessor class to post actual
25 // Each method wraps corresponding name method of RemoteChangeProcessor.
27 class RemoteChangeProcessorOnWorker : public RemoteChangeProcessor {
sync_engine_context.cc 69 RemoteChangeProcessor* SyncEngineContext::GetRemoteChangeProcessor() {
97 RemoteChangeProcessor* remote_change_processor) {
sync_engine.h 47 class RemoteChangeProcessor;
107 RemoteChangeProcessor* processor) OVERRIDE;
197 RemoteChangeProcessor* remote_change_processor_; // Not owned.
local_to_remote_syncer.h 32 class RemoteChangeProcessor;
remote_to_local_syncer.h 193 RemoteChangeProcessor* remote_change_processor();
sync_engine.cc 61 class RemoteChangeProcessor;
469 void SyncEngine::SetRemoteChangeProcessor(RemoteChangeProcessor* processor) {
sync_worker.cc 31 class RemoteChangeProcessor;
remote_to_local_syncer.cc 784 RemoteChangeProcessor* RemoteToLocalSyncer::remote_change_processor() {
  /external/chromium_org/chrome/browser/sync_file_system/
remote_change_processor.h 30 class RemoteChangeProcessor {
42 RemoteChangeProcessor() {}
43 virtual ~RemoteChangeProcessor() {}
88 DISALLOW_COPY_AND_ASSIGN(RemoteChangeProcessor);
mock_remote_change_processor.h 24 class MockRemoteChangeProcessor : public RemoteChangeProcessor {
29 // RemoteChangeProcessor overrides.
remote_file_sync_service.h 39 class RemoteChangeProcessor;
185 RemoteChangeProcessor* processor) = 0;
fake_remote_change_processor.h 28 class FakeRemoteChangeProcessor : public RemoteChangeProcessor {
40 // RemoteChangeProcessor overrides.
mock_remote_file_sync_service.h 48 void(RemoteChangeProcessor* processor));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_delegate.h 26 class RemoteChangeProcessor;
99 RemoteChangeProcessor* remote_change_processor();
drive_file_sync_service.h 98 RemoteChangeProcessor* processor) OVERRIDE;
351 RemoteChangeProcessor* remote_change_processor_;
remote_sync_delegate.cc 483 RemoteChangeProcessor* RemoteSyncDelegate::remote_change_processor() {
drive_file_sync_service.cc 192 RemoteChangeProcessor* processor) {
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.h 47 : public RemoteChangeProcessor,
133 // RemoteChangeProcessor overrides.
local_file_sync_service.cc 36 const RemoteChangeProcessor::PrepareChangeCallback& callback,

Completed in 192 milliseconds