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.h224 bool needsSectionRecalc() const { return m_needsSectionRecalc; } in needsSectionRecalc() function
360 ASSERT(!needsSectionRecalc()); in topSection()
DRenderTableCell.cpp325 if (!table()->collapseBorders() || table()->needsSectionRecalc()) in clippedOverflowRectForPaintInvalidation()
DRenderTableSection.cpp790 ASSERT(!table()->needsSectionRecalc()); in layout()