HomeSort by relevance Sort by last modified time
    Searched refs:WebQuotaManager (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseQuotaManager.h 26 #import "WebQuotaManager.h"
28 @interface WebDatabaseQuotaManager : NSObject <WebQuotaManager> {
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCacheQuotaManager.h 26 #import "WebQuotaManager.h"
28 @interface WebApplicationCacheQuotaManager : NSObject <WebQuotaManager> {
WebSecurityOriginPrivate.h 30 @protocol WebQuotaManager;
34 id<WebQuotaManager> _applicationCacheQuotaManager;
35 id<WebQuotaManager> _databaseQuotaManager;
51 - (id<WebQuotaManager>)applicationCacheQuotaManager;
52 - (id<WebQuotaManager>)databaseQuotaManager;
56 // Clients should instead get a WebQuotaManager, and query / set the quota via the Manager.
WebSecurityOrigin.mm 33 #import "WebQuotaManager.h"
137 - (id<WebQuotaManager>)applicationCacheQuotaManager
144 - (id<WebQuotaManager>)databaseQuotaManager
158 // Clients should instead get a WebQuotaManager, and query / set the quota via the Manager.
  /external/webkit/Source/WebKit/mac/Misc/
WebQuotaManager.h 29 @protocol WebQuotaManager
32 @protocol WebQuotaManager
37 @result A new WebQuotaManager object.
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 39 #import <WebKit/WebQuotaManager.h>
LayoutTestControllerMac.mm 67 #import <WebKit/WebQuotaManager.h>
    [all...]

Completed in 240 milliseconds