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 22 class SyncFileSystemBackend
25 explicit SyncFileSystemBackend(Profile* profile);
26 virtual ~SyncFileSystemBackend();
28 static SyncFileSystemBackend* CreateForTesting();
59 static SyncFileSystemBackend* GetBackend(
111 DISALLOW_COPY_AND_ASSIGN(SyncFileSystemBackend);
sync_file_system_backend.cc 38 SyncFileSystemBackend::ProfileHolder::ProfileHolder(Profile* profile)
46 void SyncFileSystemBackend::ProfileHolder::Observe(
57 Profile* SyncFileSystemBackend::ProfileHolder::GetProfile() {
62 SyncFileSystemBackend::SyncFileSystemBackend(Profile* profile)
74 SyncFileSystemBackend::~SyncFileSystemBackend() {
87 SyncFileSystemBackend* SyncFileSystemBackend::CreateForTesting() {
89 SyncFileSystemBackend* backend = new SyncFileSystemBackend(NULL)
    [all...]

Completed in 39 milliseconds