Searched refs:_applicationCacheQuotaManager (Results 1 – 2 of 2) sorted by relevance
93 if (_applicationCacheQuotaManager)94 [(NSObject *)_applicationCacheQuotaManager release];139 if (!_applicationCacheQuotaManager)140 … _applicationCacheQuotaManager = [[WebApplicationCacheQuotaManager alloc] initWithOrigin:self];141 return _applicationCacheQuotaManager;
34 id<WebQuotaManager> _applicationCacheQuotaManager; variable