OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_applicationCacheQuotaManager
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm
93
if (
_applicationCacheQuotaManager
)
94
[(NSObject *)
_applicationCacheQuotaManager
release];
139
if (!
_applicationCacheQuotaManager
)
140
_applicationCacheQuotaManager
= [[WebApplicationCacheQuotaManager alloc] initWithOrigin:self];
141
return
_applicationCacheQuotaManager
;
WebSecurityOriginPrivate.h
34
id<WebQuotaManager>
_applicationCacheQuotaManager
;
Completed in 53 milliseconds