Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service.cc444 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange( in DidGetFileForLocalSync()
466 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange( in ProcessNextChangeForURL()
494 GetLocalChangeProcessor(url)->ApplyLocalChange( in ProcessNextChangeForURL()
504 LocalChangeProcessor* LocalFileSyncService::GetLocalChangeProcessor( in GetLocalChangeProcessor() function in sync_file_system::LocalFileSyncService
Dlocal_file_sync_service.h222 LocalChangeProcessor* GetLocalChangeProcessor(
/external/chromium_org/chrome/browser/sync_file_system/
Dmock_remote_file_sync_service.h49 MOCK_METHOD0(GetLocalChangeProcessor, LocalChangeProcessor*());
Dmock_remote_file_sync_service.cc37 ON_CALL(*this, GetLocalChangeProcessor()) in MockRemoteFileSyncService()
Dremote_file_sync_service.h189 virtual LocalChangeProcessor* GetLocalChangeProcessor() = 0;
Dsync_file_system_service.cc134 return service->GetLocalChangeProcessor(origin); in GetLocalChangeProcessorAdapter()
352 LocalChangeProcessor* SyncFileSystemService::GetLocalChangeProcessor( in GetLocalChangeProcessor() function in sync_file_system::SyncFileSystemService
354 return GetRemoteService(origin)->GetLocalChangeProcessor(); in GetLocalChangeProcessor()
Dsync_file_system_service.h74 LocalChangeProcessor* GetLocalChangeProcessor(const GURL& origin);
Dsync_file_system_service_unittest.cc151 GetLocalChangeProcessor()) in SetUp()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine.h122 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
Dsync_engine.cc504 LocalChangeProcessor* SyncEngine::GetLocalChangeProcessor() { in GetLocalChangeProcessor() function in sync_file_system::drive_backend::SyncEngine