HomeSort by relevance Sort by last modified time
    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 191 milliseconds