Home
last modified time | relevance | path

Searched refs:kFileSystemTypeExternal (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Dfile_system_context_unittest.cc148 storage::kFileSystemTypeExternal, in TEST_F()
185 storage::kFileSystemTypeExternal, in TEST_F()
270 storage::kFileSystemTypeExternal, storage::kFileSystemTypeDrive, in TEST_F()
273 storage::kFileSystemTypeExternal, in TEST_F()
277 {"ext", "external", true /* is_valid */, storage::kFileSystemTypeExternal, in TEST_F()
361 EXPECT_EQ(storage::kFileSystemTypeExternal, cracked_url.mount_type()); in TEST_F()
Dfile_system_url_unittest.cc22 using storage::kFileSystemTypeExternal;
34 EXPECT_TRUE(url.type() != kFileSystemTypeExternal && in CreateFileSystemURL()
Dexternal_mount_points_unittest.cc245 storage::kFileSystemTypeExternal)); in TEST()
351 storage::kFileSystemTypeExternal, in TEST()
372 EXPECT_EQ(storage::kFileSystemTypeExternal, cracked.mount_type()) in TEST()
Disolated_context_unittest.cc306 storage::kFileSystemTypeExternal)); in TEST_F()
/external/chromium_org/content/common/
Dpepper_file_util.cc17 return storage::kFileSystemTypeExternal; in PepperFileSystemTypeToFileSystemType()
/external/chromium_org/storage/common/fileapi/
Dfile_system_types.h39 kFileSystemTypeExternal = blink::WebFileSystemTypeExternal, enumerator
Dfile_system_util.cc167 { kFileSystemTypeExternal, kExternalDir }, in ParseFileSystemSchemeURL()
222 case kFileSystemTypeExternal: in GetFileSystemRootURI()
286 case kFileSystemTypeExternal: in GetFileSystemTypeString()
471 kFileSystemTypeExternal).spec(); in GetExternalFileSystemRootURIString()
/external/chromium_org/chrome/renderer/extensions/
Dmedia_galleries_custom_bindings.cc33 storage::GetFileSystemName(origin, storage::kFileSystemTypeExternal); in GetMediaFileSystemObject()
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dexternal_file_url_util.cc29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal) in FileSystemURLToExternalFileURL()
Dexternal_file_url_util_unittest.cc38 storage::kFileSystemTypeExternal, in CreateExpectedURL()
Dfile_system_backend_unittest.cc30 storage::kFileSystemTypeExternal, in CreateFileSystemURL()
Dexternal_file_url_request_job.cc86 storage::kFileSystemTypeExternal, in RunOnUIThread()
Dfile_system_backend.cc80 case storage::kFileSystemTypeExternal: in CanHandleType()
/external/chromium_org/storage/browser/fileapi/
Dfile_system_context.cc118 case kFileSystemTypeExternal: in GetPermissionPolicy()
322 GetFileSystemBackend(kFileSystemTypeExternal)); in external_backend()
389 if (filesystem_url.type() == kFileSystemTypeExternal) { in AttemptAutoMountForURLRequest()
584 kFileSystemTypeExternal, in RegisterBackend()
Dexternal_mount_points.cc118 return type == kFileSystemTypeExternal || in HandlesFileSystemMountType()
248 storage::kFileSystemTypeExternal, in CreateExternalFileSystemURL()
Disolated_context.cc213 return type == kFileSystemTypeIsolated || type == kFileSystemTypeExternal; in IsIsolatedType()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfileapi_util.cc36 storage::kFileSystemTypeExternal); in ConvertRelativeFilePathToFileSystemUrl()
140 storage::kFileSystemTypeExternal, in ConvertNextIterator()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
Dfile_stream_writer_unittest.cc53 storage::kFileSystemTypeExternal, in CreateFileSystemURL()
Dfile_stream_reader_unittest.cc69 storage::kFileSystemTypeExternal, in CreateFileSystemURL()
Dprovider_async_file_util_unittest.cc99 storage::kFileSystemTypeExternal, in CreateFileSystemURL()
/external/chromium_org/content/renderer/pepper/
Dresource_converter.cc76 case storage::kFileSystemTypeExternal: in FileApiFileSystemTypeToWebFileSystemType()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
Dmount_path_util_unittest.cc54 storage::kFileSystemTypeExternal, in CreateFileSystemURL()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_file_system_backend.cc187 filesystem_url.type() != storage::kFileSystemTypeExternal || in AttemptAutoMountForURLRequest()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_io_host.cc190 if (file_system_url_.mount_type() == storage::kFileSystemTypeExternal) { in OnHostMsgOpen()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc2401 DCHECK(backend->CanHandleType(storage::kFileSystemTypeExternal)); in GetAdditionalFileSystemBackends()