Searched refs:storagePartition (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | LocalFileSystem.cpp | 80 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/ |
D | StorageQuota.cpp | 70 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/ |
D | WebFileSystem.h | 65 …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
|
D | Platform.h | 606 const WebURL& storagePartition, in queryStorageUsageAndQuota() argument
|