/external/chromium_org/webkit/browser/fileapi/ |
D | sandbox_file_system_backend.cc | 43 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()
|
D | plugin_private_file_system_backend.cc | 124 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()
|
D | isolated_file_system_backend.h | 21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | sandbox_file_system_backend.h | 36 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | file_system_backend.h | 53 virtual bool CanHandleType(FileSystemType type) const = 0;
|
D | isolated_file_system_backend.cc | 41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in fileapi::IsolatedFileSystemBackend
|
D | plugin_private_file_system_backend.h | 58 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | file_system_context.cc | 522 if (backend->CanHandleType(mount_types[j])) { in RegisterBackend() 532 if (backend->CanHandleType(type)) { in RegisterBackend()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | sync_file_system_backend.cc | 94 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()
|
D | sync_file_system_backend.h | 31 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
|
/external/chromium_org/content/public/test/ |
D | test_file_system_backend.h | 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | sandbox_file_system_test_helper.cc | 137 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_)); in SetUpFileSystem()
|
D | test_file_system_backend.cc | 168 bool TestFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in fileapi::TestFileSystemBackend
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | media_file_system_backend.h | 33 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
|
D | media_file_system_backend.cc | 90 bool MediaFileSystemBackend::CanHandleType( in CanHandleType() function in MediaFileSystemBackend
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
D | file_system_backend.h | 91 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
|
D | file_system_backend.cc | 80 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const { in CanHandleType() function in chromeos::FileSystemBackend
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 2519 DCHECK(backend->CanHandleType(fileapi::kFileSystemTypeExternal)); in GetAdditionalFileSystemBackends()
|