Home
last modified time | relevance | path

Searched refs:storagePartition (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp166 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/
DDeprecatedStorageQuota.cpp71 KURL storagePartition = KURL(KURL(), securityOrigin->toString()); in queryUsageAndQuota() local
73 …Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release()); in queryUsageAndQuota()
DStorageQuota.cpp96 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/
DWebFileSystem.h62 …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
DPlatform.h623 const WebURL& storagePartition, in queryStorageUsageAndQuota() argument