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

  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.h 49 MOCK_METHOD0(GetLocalChangeProcessor, LocalChangeProcessor*());
remote_file_sync_service.h 189 virtual LocalChangeProcessor* GetLocalChangeProcessor() = 0;
mock_remote_file_sync_service.cc 36 ON_CALL(*this, GetLocalChangeProcessor())
sync_file_system_service.h 77 LocalChangeProcessor* GetLocalChangeProcessor(const GURL& origin);
sync_file_system_service.cc 145 return service->GetLocalChangeProcessor(origin);
364 LocalChangeProcessor* SyncFileSystemService::GetLocalChangeProcessor(
366 return GetRemoteService(origin)->GetLocalChangeProcessor();
sync_file_system_service_unittest.cc 144 GetLocalChangeProcessor())
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 423 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
445 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
473 GetLocalChangeProcessor(url)->ApplyLocalChange(
483 LocalChangeProcessor* LocalFileSyncService::GetLocalChangeProcessor(
local_file_sync_service.h 228 LocalChangeProcessor* GetLocalChangeProcessor(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 108 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
sync_engine.cc 489 LocalChangeProcessor* SyncEngine::GetLocalChangeProcessor() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 99 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
drive_file_sync_service.cc 196 LocalChangeProcessor* DriveFileSyncService::GetLocalChangeProcessor() {
    [all...]

Completed in 171 milliseconds