Home
last modified time | relevance | path

Searched refs:needsCellRecalc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h197 bool needsCellRecalc() const { return m_needsCellRecalc; } in needsCellRecalc() function
DRenderTableSection.cpp203 if (needsCellRecalc()) in addCell()
731 ASSERT(!needsCellRecalc()); in layout()
1611 if (needsCellRecalc()) in rowLogicalHeightChanged()
DRenderTable.cpp816 if (section->needsCellRecalc()) in splitColumn()
837 if (section->needsCellRecalc()) in appendColumn()