Searched refs:storagePartition (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | LocalFileSystem.cpp | 166 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString()); in fileSystemAllowedInternal() local 167 …fileSystem()->openFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->re… in fileSystemAllowedInternal() 191 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString()); in deleteFileSystemInternal() local 192 …fileSystem()->deleteFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->… in deleteFileSystemInternal()
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
D | DeprecatedStorageQuota.cpp | 71 KURL storagePartition = KURL(KURL(), securityOrigin->toString()); in queryUsageAndQuota() local 73 …Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release()); in queryUsageAndQuota()
|
D | StorageQuota.cpp | 96 KURL storagePartition = KURL(KURL(), securityOrigin->toString()); in queryInfo() local 98 …Platform::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), c… in queryInfo()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebFileSystem.h | 62 …virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystem… in openFileSystem() argument 77 …virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSyst… in deleteFileSystem() argument
|
D | Platform.h | 623 const WebURL& storagePartition, in queryStorageUsageAndQuota() argument
|