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

  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 23 class SyncFileSystemBackend : public storage::FileSystemBackend {
25 explicit SyncFileSystemBackend(Profile* profile);
26 virtual ~SyncFileSystemBackend();
28 static SyncFileSystemBackend* CreateForTesting();
69 static SyncFileSystemBackend* GetBackend(
121 DISALLOW_COPY_AND_ASSIGN(SyncFileSystemBackend);
sync_file_system_backend.cc 40 SyncFileSystemBackend::ProfileHolder::ProfileHolder(Profile* profile)
48 void SyncFileSystemBackend::ProfileHolder::Observe(
59 Profile* SyncFileSystemBackend::ProfileHolder::GetProfile() {
64 SyncFileSystemBackend::SyncFileSystemBackend(Profile* profile)
76 SyncFileSystemBackend::~SyncFileSystemBackend() {
89 SyncFileSystemBackend* SyncFileSystemBackend::CreateForTesting() {
91 SyncFileSystemBackend* backend = new SyncFileSystemBackend(NULL)
    [all...]

Completed in 1509 milliseconds