OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuotaMap
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/storage/
DatabaseTracker.h
143
typedef HashMap<RefPtr<SecurityOrigin>, unsigned long long, SecurityOriginHash>
QuotaMap
;
144
mutable OwnPtr<
QuotaMap
> m_quotaMap;
DatabaseTracker.cpp
340
m_quotaMap = adoptPtr(new
QuotaMap
);
[
all
...]
Completed in 285 milliseconds