/external/chromium_org/third_party/WebKit/Source/platform/ |
FileSystemType.h | 37 enum FileSystemType {
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_quota_util.h | 45 FileSystemType type) = 0; 47 virtual void GetOriginsForTypeOnFileThread(fileapi::FileSystemType type, 50 virtual void GetOriginsForHostOnFileThread(fileapi::FileSystemType type, 58 fileapi::FileSystemType type) = 0; 64 FileSystemType type) = 0; 67 FileSystemType type, 71 FileSystemType type, 75 FileSystemType type, 82 FileSystemType type) const = 0; 84 FileSystemType type) const = 0 [all...] |
file_system_url.h | 87 FileSystemType mount_type, 93 FileSystemType* mount_type, 103 FileSystemType type() const { return type_; } 120 FileSystemType mount_type() const { return mount_type_; } 151 FileSystemType mount_type, 155 FileSystemType mount_type, 158 FileSystemType cracked_type, 167 FileSystemType mount_type_; 176 FileSystemType type_;
|
sandbox_file_system_backend_delegate.h | 72 virtual bool HasFileSystemType(FileSystemType type) const = 0; 76 static std::string GetTypeString(FileSystemType type); 99 FileSystemType type, 105 FileSystemType type, 122 FileSystemType type) const; 129 FileSystemType type) OVERRIDE; 131 FileSystemType type, 134 FileSystemType type, 140 FileSystemType type) OVERRIDE; 144 FileSystemType type) OVERRIDE [all...] |
plugin_private_file_system_backend.h | 51 FileSystemType type, 58 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 62 FileSystemType type, 65 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 67 FileSystemType type, 89 FileSystemType type) OVERRIDE; 91 FileSystemType type, 94 FileSystemType type, 100 FileSystemType type) OVERRIDE; 104 FileSystemType type) OVERRIDE [all...] |
file_system_backend.h | 53 virtual bool CanHandleType(FileSystemType type) const = 0; 68 FileSystemType type, 73 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) = 0; 79 FileSystemType type, base::PlatformFileError* error_code) = 0;
|
isolated_file_system_backend.h | 21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 25 FileSystemType type, 28 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 30 FileSystemType type,
|
plugin_private_file_system_backend.cc | 119 FileSystemType type, 139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const { 148 FileSystemType type, 160 PluginPrivateFileSystemBackend::GetAsyncFileUtil(FileSystemType type) { 166 FileSystemType type, 208 FileSystemType type) { 219 FileSystemType type, 231 FileSystemType type, 248 FileSystemType type) { 256 FileSystemType type) [all...] |
sandbox_file_system_backend.h | 36 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 40 FileSystemType type, 43 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 45 FileSystemType type,
|
file_system_context.h | 80 static int GetPermissionPolicy(FileSystemType type); 118 FileSystemType type); 130 FileSystemQuotaUtil* GetQuotaUtil(FileSystemType type) const; 133 AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) const; 139 FileSystemType type, base::PlatformFileError* error_code) const; 145 FileSystemType type) const; 151 bool IsSandboxFileSystem(FileSystemType type) const; 154 const UpdateObserverList* GetUpdateObservers(FileSystemType type) const; 155 const AccessObserverList* GetAccessObservers(FileSystemType type) const; 158 void GetFileSystemTypes(std::vector<FileSystemType>* types) const [all...] |
isolated_context.h | 70 static bool IsIsolatedType(FileSystemType type); 101 std::string RegisterFileSystemForPath(FileSystemType type, 111 FileSystemType type, 143 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE; 150 FileSystemType* type, 156 FileSystemType type,
|
external_mount_points.h | 64 FileSystemType type, 69 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE; 76 FileSystemType* type, 82 FileSystemType type,
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_reservation_manager.h | 47 FileSystemType type, 53 FileSystemType type, 59 FileSystemType type, 63 FileSystemType type) = 0; 65 FileSystemType type) = 0; 78 FileSystemType type); 81 typedef std::map<std::pair<GURL, FileSystemType>, QuotaReservationBuffer*> 89 FileSystemType type, 94 FileSystemType type, 98 FileSystemType type [all...] |
quota_backend_impl.h | 44 FileSystemType type, 49 FileSystemType type, 53 FileSystemType type, 57 FileSystemType type) OVERRIDE; 60 FileSystemType type) OVERRIDE; 66 QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta); 70 FileSystemType type; 85 FileSystemType type,
|
quota_reservation_manager.cc | 25 FileSystemType type, 34 FileSystemType type, 42 FileSystemType type, 49 FileSystemType type) { 55 FileSystemType type) { 63 FileSystemType type) { 78 std::pair<GURL, FileSystemType> key(reservation_buffer->origin(), 86 FileSystemType type) {
|
quota_reservation_buffer.h | 38 FileSystemType type); 53 FileSystemType type() const { return type_; } 62 FileSystemType type, 75 fileapi::FileSystemType type_;
|
/external/chromium_org/webkit/common/fileapi/ |
file_system_info.h | 23 fileapi::FileSystemType mount_type); 28 fileapi::FileSystemType mount_type;
|
file_system_info.cc | 15 fileapi::FileSystemType mount_type)
|
/external/chromium_org/content/public/test/ |
test_file_system_backend.h | 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 39 FileSystemType type, 42 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 44 FileSystemType type, 66 const UpdateObserverList* GetUpdateObservers(FileSystemType type) const;
|
test_file_system_backend.cc | 68 FileSystemType type) OVERRIDE { 76 FileSystemType type) OVERRIDE { 82 FileSystemType type, 88 FileSystemType type, 97 FileSystemType type) OVERRIDE { 102 FileSystemType type, 109 FileSystemType type, 116 FileSystemType type, 123 FileSystemType type) const OVERRIDE { 128 FileSystemType type) const OVERRIDE [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.h | 35 #include "platform/FileSystemType.h" 86 FileSystemType type() const { return m_type; } 97 static bool isValidType(FileSystemType); 98 static bool crackFileSystemURL(const KURL&, FileSystemType&, String& filePath); 99 static KURL createFileSystemRootURL(const String& origin, FileSystemType); 103 static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath); 104 static bool pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType&); 118 DOMFileSystemBase(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL); 123 FileSystemType m_type;
|
LocalFileSystem.h | 36 #include "platform/FileSystemType.h" 52 void requestFileSystem(ExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>); 53 void deleteFileSystem(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
|
DOMFileSystemSync.h | 47 static PassRefPtr<DOMFileSystemSync> create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) 64 DOMFileSystemSync(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
|
/external/chromium_org/ppapi/shared_impl/ |
file_system_util.h | 18 fileapi::FileSystemType PepperFileSystemTypeToFileSystemType(
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_system_backend.h | 33 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE; 37 fileapi::FileSystemType type, 41 fileapi::FileSystemType type) OVERRIDE; 44 fileapi::FileSystemType type,
|