Searched refs:m_needsCellRecalc (Results 1 – 2 of 2) sorted by relevance
193 if (m_needsCellRecalc) in recalcCellsIfNeeded()197 bool needsCellRecalc() const { return m_needsCellRecalc; } in needsCellRecalc()296 bool m_needsCellRecalc; variable
94 , m_needsCellRecalc(false) in RenderTableSection()1572 ASSERT(m_needsCellRecalc); in recalcCells()1576 m_needsCellRecalc = false; in recalcCells()1626 m_needsCellRecalc = true; in setNeedsCellRecalc()1672 ASSERT(!m_needsCellRecalc); in appendColumn()1680 ASSERT(!m_needsCellRecalc); in splitColumn()