Home | History | Annotate | Download | only in rendering

Lines Matching refs:AutoTableLayout

23 #include "core/rendering/AutoTableLayout.h"
33 AutoTableLayout::AutoTableLayout(RenderTable* table)
40 AutoTableLayout::~AutoTableLayout()
44 void AutoTableLayout::recalcColumn(unsigned effCol)
140 void AutoTableLayout::fullRecalc()
210 void AutoTableLayout::computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth)
251 void AutoTableLayout::applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const
276 int AutoTableLayout::calcEffectiveLogicalWidth()
470 void AutoTableLayout::insertSpanCell(RenderTableCell *cell)
494 void AutoTableLayout::layout()