HomeSort by relevance Sort by last modified time
    Searched refs:SizeMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.h 57 typedef HashMap<String, unsigned long long> SizeMap;
58 SizeMap m_spaceAvailableToOrigins;
59 HashMap<String, SizeMap> m_databaseSizes;
QuotaTracker.cpp 52 HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier);
66 HashMap<String, SizeMap>::iterator it = m_databaseSizes.add(originIdentifier, SizeMap()).first;

Completed in 499 milliseconds