Home | History | Annotate | Download | only in rendering

Lines Matching refs:Fixed

99         Length colWidthSum = Length(0, Fixed);
111 colWidthSum = Length(colWidthSum.value() + colWidth.value(), Fixed);
123 colWidthSum = Length(max(0, colWidthSum.value() - borderAndPaddingLogicalWidth()), Fixed);
144 // fixed width set on the cell. Even so, it is a WinIE/Moz trait
145 // to make the minwidth of the cell into the fixed width. They do this
299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed)
307 RenderBlock::computeRectForRepaint(repaintContainer, r, fixed);