summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h')
-rw-r--r--Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h b/Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h
index 976ce18..3d6c91e 100644
--- a/Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h
+++ b/Source/WebKit/mac/WebCoreSupport/WebApplicationCache.h
@@ -25,6 +25,8 @@
#import <Foundation/Foundation.h>
+@class WebSecurityOrigin;
+
@interface WebApplicationCache: NSObject
+ (long long)maximumSize;
@@ -34,5 +36,8 @@
+ (void)setDefaultOriginQuota:(long long)size;
+ (void)deleteAllApplicationCaches;
++ (void)deleteCacheForOrigin:(WebSecurityOrigin *)origin;
+
++ (NSArray *)originsWithCache;
@end