/external/chromium_org/storage/browser/fileapi/ |
D | sandbox_file_system_backend.cc | 43 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()
|
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 storage::PluginPrivateFileSystemBackend 224 if (!CanHandleType(type)) in DeleteOriginDataOnFileTaskRunner() 236 if (!CanHandleType(type)) in GetOriginsForTypeOnFileTaskRunner() 249 if (!CanHandleType(type)) in GetOriginsForHostOnFileTaskRunner()
|
D | isolated_file_system_backend.h | 22 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | sandbox_file_system_backend.h | 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | isolated_file_system_backend.cc | 41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const { in CanHandleType() function in storage::IsolatedFileSystemBackend
|
D | file_system_backend.h | 61 virtual bool CanHandleType(FileSystemType type) const = 0;
|
D | plugin_private_file_system_backend.h | 64 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
D | file_system_context.cc | 588 if (backend->CanHandleType(mount_types[j])) { in RegisterBackend() 598 if (backend->CanHandleType(type)) { in RegisterBackend()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | sync_file_system_backend.cc | 96 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()
|
D | sync_file_system_backend.h | 31 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
|
/external/chromium_org/content/public/test/ |
D | test_file_system_backend.h | 37 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
|
D | sandbox_file_system_test_helper.cc | 151 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_)); in SetUpFileSystem()
|
D | test_file_system_backend.cc | 231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in content::TestFileSystemBackend
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | media_file_system_backend.h | 58 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
|
D | media_file_system_backend.cc | 217 bool MediaFileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in MediaFileSystemBackend
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
D | file_system_backend.h | 91 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
|
D | file_system_backend.cc | 78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const { in CanHandleType() function in chromeos::FileSystemBackend
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_file_system.cc | 633 DCHECK(external_backend->CanHandleType(fileSystemUrl.type())); in RunAsync()
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 2401 DCHECK(backend->CanHandleType(storage::kFileSystemTypeExternal)); in GetAdditionalFileSystemBackends()
|