Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp80 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString()); in requestFileSystem() local
81 …blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebF… in requestFileSystem()
93 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString()); in deleteFileSystem() local
94 …blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::We… in deleteFileSystem()
/external/chromium_org/third_party/WebKit/Source/modules/quota/
DStorageQuota.cpp70 KURL storagePartition = KURL(KURL(), securityOrigin->toString()); in queryUsageAndQuota() local
71 …blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, WebStorageQuo… in queryUsageAndQuota()
/external/chromium_org/third_party/WebKit/public/platform/
DWebFileSystem.h65 …virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystem… in openFileSystem() argument
80 …virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSyst… in deleteFileSystem() argument
DPlatform.h606 const WebURL& storagePartition, in queryStorageUsageAndQuota() argument