webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"StorageInfo.idl";
Public Member Functions | |
void | queryUsageAndQuota (unsigned short storageType, optional StorageUsageCallback? usageCallback, optional StorageErrorCallback? errorCallback) |
void | requestQuota (unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback? quotaCallback, optional StorageErrorCallback? errorCallback) |
Public Attributes | |
const unsigned short | TEMPORARY = 0 |
const unsigned short | PERSISTENT = 1 |
void StorageInfo::queryUsageAndQuota | ( | unsigned short | storageType, |
optional StorageUsageCallback? | usageCallback, | ||
optional StorageErrorCallback? | errorCallback | ||
) |
void StorageInfo::requestQuota | ( | unsigned short | storageType, |
unsigned long long | newQuotaInBytes, | ||
optional StorageQuotaCallback? | quotaCallback, | ||
optional StorageErrorCallback? | errorCallback | ||
) |
const unsigned short StorageInfo::PERSISTENT = 1 |
const unsigned short StorageInfo::TEMPORARY = 0 |