OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_databasequotamanager
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm
95
if (
_databaseQuotaManager
)
96
[(NSObject *)
_databaseQuotaManager
release];
146
if (!
_databaseQuotaManager
)
147
_databaseQuotaManager
= [[WebDatabaseQuotaManager alloc] initWithOrigin:self];
148
return
_databaseQuotaManager
;
WebSecurityOriginPrivate.h
35
id<WebQuotaManager>
_databaseQuotaManager
;
Completed in 102 milliseconds