Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.h97 if (m_needsCellRecalc) in recalcCellsIfNeeded()
101 bool needsCellRecalc() const { return m_needsCellRecalc; } in needsCellRecalc()
104 m_needsCellRecalc = true; in setNeedsCellRecalc()
160 bool m_needsCellRecalc; variable
DRenderTableSection.cpp62 , m_needsCellRecalc(false) in RenderTableSection()
1194 m_needsCellRecalc = false; in setCellWidths()