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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend.cc 43 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const {
67 DCHECK(CanHandleType(url.type()));
103 DCHECK(CanHandleType(url.type()));
132 DCHECK(CanHandleType(url.type()));
143 DCHECK(CanHandleType(url.type()));
file_system_backend.h 53 virtual bool CanHandleType(FileSystemType type) const = 0;
isolated_file_system_backend.h 21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
sandbox_file_system_backend.h 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
plugin_private_file_system_backend.cc 124 if (!CanHandleType(type) || file_system_options_.is_incognito()) {
139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const {
213 if (!CanHandleType(type))
225 if (!CanHandleType(type))
238 if (!CanHandleType(type))
isolated_file_system_backend.cc 40 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const {
plugin_private_file_system_backend.h 62 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
file_system_context.cc 579 if (backend->CanHandleType(mount_types[j])) {
589 if (backend->CanHandleType(type)) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 94 bool SyncFileSystemBackend::CanHandleType(
114 DCHECK(CanHandleType(url.type()));
156 DCHECK(CanHandleType(url.type()));
185 DCHECK(CanHandleType(url.type()));
195 DCHECK(CanHandleType(url.type()));
sync_file_system_backend.h 31 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_backend.h 29 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
privet_filesystem_backend.cc 26 bool PrivetFileSystemBackend::CanHandleType(
  /external/chromium_org/content/public/test/
test_file_system_backend.h 37 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
sandbox_file_system_test_helper.cc 145 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_));
test_file_system_backend.cc 173 bool TestFileSystemBackend::CanHandleType(fileapi::FileSystemType type) const {
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 89 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
file_system_backend.cc 76 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 57 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
media_file_system_backend.cc 216 bool MediaFileSystemBackend::CanHandleType(
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 632 DCHECK(external_backend->CanHandleType(fileSystemUrl.type()));
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 3645 milliseconds