HomeSort by relevance Sort by last modified time
    Searched defs:CanHandleType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/storage/browser/fileapi/
isolated_file_system_backend.cc 41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const {
sandbox_file_system_backend.cc 43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const {
65 DCHECK(CanHandleType(url.type()));
106 DCHECK(CanHandleType(url.type()));
141 DCHECK(CanHandleType(url.type()));
152 DCHECK(CanHandleType(url.type()));
plugin_private_file_system_backend.cc 124 if (!CanHandleType(type) || file_system_options_.is_incognito()) {
139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const {
224 if (!CanHandleType(type))
236 if (!CanHandleType(type))
249 if (!CanHandleType(type))
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 217 bool MediaFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 96 bool SyncFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
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/
test_file_system_backend.cc 231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const {

Completed in 200 milliseconds