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

  /external/chromium_org/storage/browser/fileapi/
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))
isolated_file_system_backend.h 22 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
sandbox_file_system_backend.h 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
file_system_backend.h 61 virtual bool CanHandleType(FileSystemType type) const = 0;
isolated_file_system_backend.cc 41 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const {
plugin_private_file_system_backend.h 64 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
file_system_context.cc 588 if (backend->CanHandleType(mount_types[j])) {
598 if (backend->CanHandleType(type)) {
  /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()));
sync_file_system_backend.h 31 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 58 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
media_file_system_backend.cc 217 bool MediaFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
  /external/chromium_org/content/public/test/
test_file_system_backend.h 37 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
sandbox_file_system_test_helper.cc 151 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_));
test_file_system_backend.cc 231 bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 91 virtual bool CanHandleType(storage::FileSystemType type) const OVERRIDE;
file_system_backend.cc 78 bool FileSystemBackend::CanHandleType(storage::FileSystemType type) const {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 633 DCHECK(external_backend->CanHandleType(fileSystemUrl.type()));
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 797 milliseconds