Searched defs:CanHandleType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Disolated_file_system_backend.cc41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const { function in class:storage::IsolatedFileSystemBackend
H A Dsandbox_file_system_backend.cc43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const { function in class:storage::SandboxFileSystemBackend
65 DCHECK(CanHandleType(url.type()));
106 DCHECK(CanHandleType(url.type()));
141 DCHECK(CanHandleType(url.type()));
152 DCHECK(CanHandleType(url.type()));
H A Dplugin_private_file_system_backend.cc124 if (!CanHandleType(type) || file_system_options_.is_incognito()) {
139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const { function in class:storage::PluginPrivateFileSystemBackend
224 if (!CanHandleType(type))
236 if (!CanHandleType(type))
249 if (!CanHandleType(type))
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.cc78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const { function in class:chromeos::FileSystemBackend
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc217 bool MediaFileSystemBackend::CanHandleType(storage::FileSystemType type) const { function in class:MediaFileSystemBackend
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc96 bool SyncFileSystemBackend::CanHandleType(storage::FileSystemType type) const { function in class:sync_file_system::SyncFileSystemBackend
115 DCHECK(CanHandleType(url.type()));
161 DCHECK(CanHandleType(url.type()));
196 DCHECK(CanHandleType(url.type()));
206 DCHECK(CanHandleType(url.type()));
/external/chromium_org/content/public/test/
H A Dtest_file_system_backend.cc231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const { function in class:content::TestFileSystemBackend

Completed in 927 milliseconds