HomeSort by relevance Sort by last modified time
    Searched full:remote_file_service (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 66 scoped_ptr<RemoteFileSyncService> remote_file_service; local
68 remote_file_service = mock_remote_file_service_.Pass();
70 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
73 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
78 remote_file_service->SetConflictResolutionPolicy(
83 remote_file_service.Pass());
sync_file_system_service.h 90 scoped_ptr<RemoteFileSyncService> remote_file_service);

Completed in 57 milliseconds