|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebQuotaManager.h>
Instance Methods | |
| (id) | - initWithOrigin: |
| (WebSecurityOrigin *) | - origin |
| (unsigned long long) | - usage |
| (unsigned long long) | - quota |
| (void) | - setQuota: |
This protocol is used to view and manipulate a per-origin storage quota.
| - (id) initWithOrigin: | (WebSecurityOrigin *) | origin |
initWithOrigin:
| origin | The security origin this will manage. |
| - (WebSecurityOrigin *) origin |
origin
| - (unsigned long long) quota |
quota
| - (void) setQuota: | (unsigned long long) | quota |
setQuota:
| quota | a new quota, in bytes, to set on this security origin. |
| - (unsigned long long) usage |
usage
1.8.13