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/local/
local_file_sync_service.cc 403 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
425 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
453 GetLocalChangeProcessor(url)->ApplyLocalChange(
463 LocalChangeProcessor* LocalFileSyncService::GetLocalChangeProcessor(
local_file_sync_service.h 216 LocalChangeProcessor* GetLocalChangeProcessor(
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.cc 36 ON_CALL(*this, GetLocalChangeProcessor())
mock_remote_file_sync_service.h 49 MOCK_METHOD0(GetLocalChangeProcessor, LocalChangeProcessor*());
remote_file_sync_service.h 179 virtual LocalChangeProcessor* GetLocalChangeProcessor() = 0;
sync_file_system_service.h 77 LocalChangeProcessor* GetLocalChangeProcessor(const GURL& origin);
sync_file_system_service.cc 142 return service->GetLocalChangeProcessor(origin);
394 LocalChangeProcessor* SyncFileSystemService::GetLocalChangeProcessor(
396 return GetRemoteService(origin)->GetLocalChangeProcessor();
sync_file_system_service_unittest.cc 139 GetLocalChangeProcessor())
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 77 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
sync_engine.cc 207 LocalChangeProcessor* SyncEngine::GetLocalChangeProcessor() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 103 virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE;
drive_file_sync_service.cc 200 LocalChangeProcessor* DriveFileSyncService::GetLocalChangeProcessor() {
    [all...]

Completed in 59 milliseconds