/external/chromium_org/third_party/WebKit/Source/platform/ |
H A D | FileSystemType.h | 37 enum FileSystemType { enum in namespace:WebCore
|
/external/chromium_org/webkit/browser/fileapi/ |
H A D | file_system_quota_util.h | 45 FileSystemType type) = 0; 48 fileapi::FileSystemType type, 52 fileapi::FileSystemType type, 60 fileapi::FileSystemType type) = 0; 66 FileSystemType type) = 0; 69 FileSystemType type, 73 FileSystemType type, 77 FileSystemType type, 84 FileSystemType type) const = 0; 86 FileSystemType typ [all...] |
H A D | sandbox_file_system_backend_delegate.h | 76 virtual bool HasFileSystemType(FileSystemType type) const = 0; 80 static std::string GetTypeString(FileSystemType type); 103 FileSystemType type, 109 FileSystemType type, 126 FileSystemType type) const; 133 FileSystemType type) OVERRIDE; 135 FileSystemType type, 138 FileSystemType type, 144 FileSystemType type) OVERRIDE; 148 FileSystemType typ [all...] |
H A D | file_system_url.h | 87 FileSystemType mount_type, 97 FileSystemType type() const { return type_; } 114 FileSystemType mount_type() const { return mount_type_; } 145 FileSystemType mount_type, 149 FileSystemType mount_type, 152 FileSystemType cracked_type, 161 FileSystemType mount_type_; 170 FileSystemType type_;
|
H A D | plugin_private_file_system_backend.h | 55 FileSystemType type, 62 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 67 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 69 FileSystemType type, 92 FileSystemType type) OVERRIDE; 94 FileSystemType type, 97 FileSystemType type, 103 FileSystemType type) OVERRIDE; 107 FileSystemType type) OVERRIDE; 109 FileSystemType typ [all...] |
H A D | file_system_context.h | 96 static int GetPermissionPolicy(FileSystemType type); 137 FileSystemType type); 149 FileSystemQuotaUtil* GetQuotaUtil(FileSystemType type) const; 152 AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) const; 158 FileSystemType type, base::File::Error* error_code) const; 164 FileSystemType type) const; 170 bool IsSandboxFileSystem(FileSystemType type) const; 173 const UpdateObserverList* GetUpdateObservers(FileSystemType type) const; 174 const AccessObserverList* GetAccessObservers(FileSystemType type) const; 177 void GetFileSystemTypes(std::vector<FileSystemType>* type [all...] |
H A D | isolated_context.h | 70 static bool IsIsolatedType(FileSystemType type); 101 std::string RegisterFileSystemForPath(FileSystemType type, 112 FileSystemType type, 144 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE; 151 FileSystemType* type, 158 FileSystemType type,
|
H A D | isolated_file_system_backend.h | 21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 26 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 28 FileSystemType type,
|
H A D | mount_points.h | 56 virtual bool HandlesFileSystemMountType(FileSystemType type) const = 0; 68 fileapi::FileSystemType type, 89 FileSystemType* type,
|
H A D | sandbox_file_system_backend.h | 35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE; 40 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; 42 FileSystemType type,
|
H A D | plugin_private_file_system_backend.cc | 119 FileSystemType type, 139 bool PluginPrivateFileSystemBackend::CanHandleType(FileSystemType type) const { 159 PluginPrivateFileSystemBackend::GetAsyncFileUtil(FileSystemType type) { 165 FileSystemType type, 212 FileSystemType type) { 223 FileSystemType type, 235 FileSystemType type, 252 FileSystemType type) { 260 FileSystemType type) { 267 FileSystemType typ [all...] |
H A D | external_mount_points.h | 63 FileSystemType type, 68 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE; 75 FileSystemType* type, 82 FileSystemType type, 145 FileSystemType type,
|
/external/chromium_org/webkit/common/fileapi/ |
H A D | file_system_info.h | 23 fileapi::FileSystemType mount_type); 28 fileapi::FileSystemType mount_type;
|
H A D | file_system_info.cc | 15 fileapi::FileSystemType mount_type)
|
H A D | file_system_util.h | 75 FileSystemType* type, 88 FileSystemType type); 102 GetFileSystemName(const GURL& origin_url, FileSystemType type); 104 // Converts FileSystemType |type| to/from the StorageType |storage_type| that 108 WEBKIT_STORAGE_COMMON_EXPORT FileSystemType 112 FileSystemTypeToQuotaStorageType(FileSystemType type); 117 GetFileSystemTypeString(FileSystemType type); 119 // Sets type to FileSystemType enum that corresponds to the string name.
|
H A D | file_system_types.h | 12 enum FileSystemType { enum in namespace:fileapi
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
H A D | quota_reservation_manager.h | 51 FileSystemType type, 57 FileSystemType type, 63 FileSystemType type, 67 FileSystemType type) = 0; 69 FileSystemType type) = 0; 82 FileSystemType type); 85 typedef std::map<std::pair<GURL, FileSystemType>, QuotaReservationBuffer*> 93 FileSystemType type, 98 FileSystemType type, 102 FileSystemType typ [all...] |
H A D | quota_backend_impl.h | 48 FileSystemType type, 53 FileSystemType type, 57 FileSystemType type, 61 FileSystemType type) OVERRIDE; 64 FileSystemType type) OVERRIDE; 70 QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta); 74 FileSystemType type; 89 FileSystemType type,
|
H A D | 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) {
|
H A D | quota_reservation_buffer.h | 38 FileSystemType type); 53 FileSystemType type() const { return type_; } 62 FileSystemType type, 76 fileapi::FileSystemType type_;
|
/external/chromium_org/ppapi/shared_impl/ |
H A D | file_system_util.h | 18 fileapi::FileSystemType PepperFileSystemTypeToFileSystemType(
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
H A D | LocalFileSystem.h | 35 #include "platform/FileSystemType.h" 56 void requestFileSystem(ExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>); 57 void deleteFileSystem(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>); 76 void fileSystemAllowedInternal(PassRefPtrWillBeRawPtr<ExecutionContext>, FileSystemType, PassRefPtr<CallbackWrapper>); 78 void deleteFileSystemInternal(PassRefPtrWillBeRawPtr<ExecutionContext>, FileSystemType, PassRefPtr<CallbackWrapper>);
|
H A D | DOMFileSystemBase.h | 35 #include "platform/FileSystemType.h" 85 FileSystemType type() const { return m_type; } 96 static bool isValidType(FileSystemType); 97 static bool crackFileSystemURL(const KURL&, FileSystemType&, String& filePath); 98 static KURL createFileSystemRootURL(const String& origin, FileSystemType); 102 static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath); 103 static bool pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType&); 120 DOMFileSystemBase(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL); 125 FileSystemType m_type;
|
H A D | DOMFileSystemSync.h | 48 static DOMFileSystemSync* create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) 65 DOMFileSystemSync(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
|
/external/chromium_org/content/public/test/ |
H A D | test_file_system_backend.cc | 73 fileapi::FileSystemType type) OVERRIDE { 81 fileapi::FileSystemType type) OVERRIDE { 87 fileapi::FileSystemType type, 93 fileapi::FileSystemType type, 102 fileapi::FileSystemType type) OVERRIDE { 107 fileapi::FileSystemType type, 114 fileapi::FileSystemType type, 121 fileapi::FileSystemType type, 128 fileapi::FileSystemType type) const OVERRIDE { 133 fileapi::FileSystemType typ [all...] |