Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/fileapi/
Dsandbox_file_system_backend.cc43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in fileapi::SandboxFileSystemBackend
68 DCHECK(CanHandleType(type)); in OpenFileSystem()
102 DCHECK(CanHandleType(url.type())); in CreateFileSystemOperation()
126 DCHECK(CanHandleType(url.type())); in CreateFileStreamReader()
137 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 fileapi::PluginPrivateFileSystemBackend
209 if (!CanHandleType(type)) in DeleteOriginDataOnFileThread()
221 if (!CanHandleType(type)) in GetOriginsForTypeOnFileThread()
234 if (!CanHandleType(type)) in GetOriginsForHostOnFileThread()
Disolated_file_system_backend.h21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dsandbox_file_system_backend.h36 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dfile_system_backend.h53 virtual bool CanHandleType(FileSystemType type) const = 0;
Disolated_file_system_backend.cc41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in fileapi::IsolatedFileSystemBackend
Dplugin_private_file_system_backend.h58 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dfile_system_context.cc522 if (backend->CanHandleType(mount_types[j])) { in RegisterBackend()
532 if (backend->CanHandleType(type)) { in RegisterBackend()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsync_file_system_backend.cc94 bool SyncFileSystemBackend::CanHandleType( in CanHandleType() function in sync_file_system::SyncFileSystemBackend
116 DCHECK(CanHandleType(type)); in OpenFileSystem()
151 DCHECK(CanHandleType(url.type())); in CreateFileSystemOperation()
175 DCHECK(CanHandleType(url.type())); in CreateFileStreamReader()
185 DCHECK(CanHandleType(url.type())); in CreateFileStreamWriter()
Dsync_file_system_backend.h31 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
/external/chromium_org/content/public/test/
Dtest_file_system_backend.h35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
Dsandbox_file_system_test_helper.cc137 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_)); in SetUpFileSystem()
Dtest_file_system_backend.cc168 bool TestFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in fileapi::TestFileSystemBackend
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_file_system_backend.h33 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
Dmedia_file_system_backend.cc90 bool MediaFileSystemBackend::CanHandleType( in CanHandleType() function in MediaFileSystemBackend
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dfile_system_backend.h91 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
Dfile_system_backend.cc80 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const { in CanHandleType() function in chromeos::FileSystemBackend
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc2519 DCHECK(backend->CanHandleType(fileapi::kFileSystemTypeExternal)); in GetAdditionalFileSystemBackends()