Home
last modified time | relevance | path

Searched refs:_applicationCacheQuotaManager (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebSecurityOrigin.mm93 if (_applicationCacheQuotaManager)
94 [(NSObject *)_applicationCacheQuotaManager release];
139 if (!_applicationCacheQuotaManager)
140_applicationCacheQuotaManager = [[WebApplicationCacheQuotaManager alloc] initWithOrigin:self];
141 return _applicationCacheQuotaManager;
DWebSecurityOriginPrivate.h34 id<WebQuotaManager> _applicationCacheQuotaManager; variable