Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h218 bool needsSectionRecalc() const { return m_needsSectionRecalc; } in needsSectionRecalc() function
344 ASSERT(!needsSectionRecalc()); in topSection()
DRenderTableCell.cpp327 if (!table()->collapseBorders() || table()->needsSectionRecalc()) in clippedOverflowRectForRepaint()
DRenderTableSection.cpp732 ASSERT(!table()->needsSectionRecalc()); in layout()