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

  /external/webkit/Source/WebCore/storage/
StorageMap.h 54 unsigned quota() const { return m_quotaSize; }
68 unsigned m_quotaSize; // Measured in bytes.
StorageMap.cpp 41 , m_quotaSize(quota) // quota measured in bytes
48 RefPtr<StorageMap> newMap = create(m_quotaSize);
129 bool overQuota = newLength > m_quotaSize / sizeof(UChar);
130 if (m_quotaSize != noQuota && (overflow || overQuota)) {

Completed in 1476 milliseconds