Searched refs:overQuota (Results 1 – 1 of 1) sorted by relevance
129 bool overQuota = newLength > m_quotaSize / sizeof(UChar); in setItem() local130 if (m_quotaSize != noQuota && (overflow || overQuota)) { in setItem()