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

  /external/webkit/WebCore/storage/chromium/
QuotaTracker.h 55 typedef HashMap<String, unsigned long long> SizeMap;
56 SizeMap m_spaceAvailableToOrigins;
57 HashMap<String, SizeMap> m_databaseSizes;
QuotaTracker.cpp 51 HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier);
65 HashMap<String, SizeMap>::iterator it = m_databaseSizes.add(originIdentifier, SizeMap()).first;

Completed in 103 milliseconds