Home
last modified time | relevance | path

Searched refs:kFileSystemTypePluginPrivate (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/storage/common/fileapi/
Dfile_system_types.h117 kFileSystemTypePluginPrivate, enumerator
Dfile_system_util.cc271 case kFileSystemTypePluginPrivate: in FileSystemTypeToQuotaStorageType()
315 case kFileSystemTypePluginPrivate: in GetFileSystemTypeString()
/external/chromium_org/storage/browser/fileapi/
Dplugin_private_file_system_backend.cc36 if (url.type() != kFileSystemTypePluginPrivate || found == map_.end()) { in GetPluginIDForURL()
140 return type == kFileSystemTypePluginPrivate; in CanHandleType()
Dfile_system_context.cc112 case kFileSystemTypePluginPrivate: in GetPermissionPolicy()
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_isolated_file_system_message_filter.cc197 storage::kFileSystemTypePluginPrivate, root_name, base::FilePath()); in OpenPluginPrivateFileSystem()
/external/chromium_org/content/browser/fileapi/
Dplugin_private_file_system_backend_unittest.cc34 const storage::FileSystemType kType = storage::kFileSystemTypePluginPrivate;
Dfileapi_message_filter.cc868 if (url.type() == storage::kFileSystemTypePluginPrivate) { in ValidateFileSystemURL()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.cc307 storage::kFileSystemTypePluginPrivate, in OpenPluginPrivateFileSystem()