Searched refs:m_estimatedSize (Results 1 – 2 of 2) sorted by relevance
496 m_estimatedSize -= m_messages.front()->estimatedSize(); in addMessage()499 while (m_estimatedSize + message->estimatedSize() > maxConsoleMessageV8Size && in addMessage()501 m_estimatedSize -= m_messages.front()->estimatedSize(); in addMessage()506 m_estimatedSize += m_messages.back()->estimatedSize(); in addMessage()511 m_estimatedSize = 0; in clear()560 m_estimatedSize = 0; in contextDestroyed()563 m_estimatedSize += m_messages[i]->estimatedSize(); in contextDestroyed()
129 int m_estimatedSize = 0; variable