Home
last modified time | relevance | path

Searched refs:LocalChangeProcessor (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dlocal_change_processor.h22 class LocalChangeProcessor {
24 LocalChangeProcessor() {} in LocalChangeProcessor() function
25 virtual ~LocalChangeProcessor() {} in ~LocalChangeProcessor()
41 DISALLOW_COPY_AND_ASSIGN(LocalChangeProcessor);
Dremote_file_sync_service.h38 class LocalChangeProcessor; variable
189 virtual LocalChangeProcessor* GetLocalChangeProcessor() = 0;
Dmock_local_change_processor.h14 class MockLocalChangeProcessor : public LocalChangeProcessor {
Dmock_remote_file_sync_service.h49 MOCK_METHOD0(GetLocalChangeProcessor, LocalChangeProcessor*());
Dsync_file_system_service.h74 LocalChangeProcessor* GetLocalChangeProcessor(const GURL& origin);
Dsync_file_system_service.cc129 LocalChangeProcessor* GetLocalChangeProcessorAdapter( in GetLocalChangeProcessorAdapter()
352 LocalChangeProcessor* SyncFileSystemService::GetLocalChangeProcessor( in GetLocalChangeProcessor()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service.h40 class LocalChangeProcessor; variable
51 typedef base::Callback<LocalChangeProcessor*(const GURL& origin)>
107 void SetLocalChangeProcessor(LocalChangeProcessor* local_change_processor);
222 LocalChangeProcessor* GetLocalChangeProcessor(
244 LocalChangeProcessor* local_change_processor_;
Dlocal_file_sync_service.cc176 LocalChangeProcessor* local_change_processor) { in SetLocalChangeProcessor()
504 LocalChangeProcessor* LocalFileSyncService::GetLocalChangeProcessor( in GetLocalChangeProcessor()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine.h61 public LocalChangeProcessor,
122 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
Dsync_engine.cc504 LocalChangeProcessor* SyncEngine::GetLocalChangeProcessor() { in GetLocalChangeProcessor()