Home
last modified time | relevance | path

Searched refs:m_quotaSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
DStorageMap.cpp41 , 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()
DStorageMap.h54 unsigned quota() const { return m_quotaSize; } in quota()
68 unsigned m_quotaSize; // Measured in bytes. variable