HomeSort by relevance Sort by last modified time
    Searched refs: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 63 scoped_ptr<RemoteFileSyncService> remote_file_service; local
65 remote_file_service = mock_remote_file_service_.Pass();
67 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
70 remote_file_service = RemoteFileSyncService::CreateForBrowserContext(
75 remote_file_service.Pass());
sync_file_system_service.h 94 scoped_ptr<RemoteFileSyncService> remote_file_service);

Completed in 1426 milliseconds