Searched refs:m_recursionDepth (Results 1 – 2 of 2) sorted by relevance
63 , m_recursionDepth(0) in FileWriter()71 ASSERT(!m_recursionDepth); in ~FileWriter()103 if (m_recursionDepth > kMaxRecursionDepth) { in write()144 if (m_recursionDepth > kMaxRecursionDepth) { in truncate()309 ++m_recursionDepth; in fireEvent()311 --m_recursionDepth; in fireEvent()312 ASSERT(m_recursionDepth >= 0); in fireEvent()
117 long long m_recursionDepth; variable