Home
last modified time | relevance | path

Searched refs:CanHandleType (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
Dsandbox_file_system_backend.cc43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in storage::SandboxFileSystemBackend
65 DCHECK(CanHandleType(url.type())); in ResolveURL()
106 DCHECK(CanHandleType(url.type())); in CreateFileSystemOperation()
141 DCHECK(CanHandleType(url.type())); in CreateFileStreamReader()
152 DCHECK(CanHandleType(url.type())); in CreateFileStreamWriter()
Dplugin_private_file_system_backend.cc124 if (!CanHandleType(type) || file_system_options_.is_incognito()) { in OpenPrivateFileSystem()
139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in storage::PluginPrivateFileSystemBackend
224 if (!CanHandleType(type)) in DeleteOriginDataOnFileTaskRunner()
236 if (!CanHandleType(type)) in GetOriginsForTypeOnFileTaskRunner()
249 if (!CanHandleType(type)) in GetOriginsForHostOnFileTaskRunner()
Disolated_file_system_backend.h22 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dsandbox_file_system_backend.h35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Disolated_file_system_backend.cc41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in storage::IsolatedFileSystemBackend
Dfile_system_backend.h61 virtual bool CanHandleType(FileSystemType type) const = 0;
Dplugin_private_file_system_backend.h64 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dfile_system_context.cc588 if (backend->CanHandleType(mount_types[j])) { in RegisterBackend()
598 if (backend->CanHandleType(type)) { in RegisterBackend()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsync_file_system_backend.cc96 bool SyncFileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in sync_file_system::SyncFileSystemBackend
115 DCHECK(CanHandleType(url.type())); in ResolveURL()
161 DCHECK(CanHandleType(url.type())); in CreateFileSystemOperation()
196 DCHECK(CanHandleType(url.type())); in CreateFileStreamReader()
206 DCHECK(CanHandleType(url.type())); in CreateFileStreamWriter()
Dsync_file_system_backend.h31 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
/external/chromium_org/content/public/test/
Dtest_file_system_backend.h37 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
Dsandbox_file_system_test_helper.cc151 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_)); in SetUpFileSystem()
Dtest_file_system_backend.cc231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in content::TestFileSystemBackend
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_file_system_backend.h58 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
Dmedia_file_system_backend.cc217 bool MediaFileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in MediaFileSystemBackend
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dfile_system_backend.h91 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
Dfile_system_backend.cc78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in chromeos::FileSystemBackend
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_file_system.cc633 DCHECK(external_backend->CanHandleType(fileSystemUrl.type())); in RunAsync()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc2401 DCHECK(backend->CanHandleType(storage::kFileSystemTypeExternal)); in GetAdditionalFileSystemBackends()