Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h193 if (m_needsCellRecalc) in recalcCellsIfNeeded()
197 bool needsCellRecalc() const { return m_needsCellRecalc; } in needsCellRecalc()
296 bool m_needsCellRecalc; variable
DRenderTableSection.cpp94 , 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()