Searched refs:m_quotaSize (Results 1 – 2 of 2) sorted by relevance
41 , m_quotaSize(quota) // quota measured in bytes in StorageMap()48 RefPtr<StorageMap> newMap = create(m_quotaSize); in copy()129 bool overQuota = newLength > m_quotaSize / sizeof(UChar); in setItem()130 if (m_quotaSize != noQuota && (overflow || overQuota)) { in setItem()
54 unsigned quota() const { return m_quotaSize; } in quota()68 unsigned m_quotaSize; // Measured in bytes. variable