Lines Matching full:width
112 paintOutline(paintInfo.context, tx, ty, width(), height(), style());
129 IntRect borderRect = IntRect(tx, ty, width(), height());
200 int width = calcReplacedWidth(false) + paddingAndBorders;
203 width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAndBorders : 0));
205 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
207 m_maxPrefWidth = width;
209 m_minPrefWidth = m_maxPrefWidth = width;
249 if (point.x() <= width() / 2)
280 return IntRect(0, 0, width(), height());
287 return IntRect(0, root->selectionTop() - y(), width(), root->selectionHeight());