Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderLeft

257     return width() - borderLeft() - borderRight() - verticalScrollbarWidth();
271 return max(clientWidth(), rightmostPosition(true, false) - borderLeft());
272 return clientWidth() - min(0, leftmostPosition(true, false) - borderLeft());
507 int bordersPlusPadding = borderLeft() + borderRight() + paddingLeft() + paddingRight();
524 width -= (borderLeft() + borderRight() + paddingLeft() + paddingRight());
609 int bw = max(w + marginLeft() + marginRight() + borderLeft() + borderRight(), rw);
809 max(layerRenderer->width() + layerRenderer->marginLeft() + layerRenderer->marginRight() + layerRenderer->borderLeft() + layerRenderer->borderRight(), rw),
904 int bLeft = borderLeft();
1317 setWidth(max(w.value() + borderLeft() + borderRight() + paddingLeft() + paddingRight(), minPrefWidth()));
1335 setWidth(w.value() + borderLeft() + borderRight() + paddingLeft() + paddingRight());
1759 return overrideSize() - (borderLeft() + borderRight() + paddingLeft() + paddingRight());
1796 return containingBlockBox->width() - containingBlockBox->borderLeft() - containingBlockBox->borderRight() - containingBlockBox->verticalScrollbarWidth();
1812 fromLeft = first->x() + first->borderLeft();
1816 fromLeft = last->x() + last->borderLeft();
1876 const int bordersPlusPadding = borderLeft() + borderRight() + paddingLeft() + paddingRight();
1911 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
2158 xPos = leftValue + marginLeftValue + lastLine->borderLeft() + (lastLine->x() - firstLine->x());
2163 xPos = leftValue + marginLeftValue + containerBlock->borderLeft();
2426 setWidth(calcReplacedWidth() + borderLeft() + borderRight() + paddingLeft() + paddingRight());
2439 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
2564 m_frameRect.setX(leftValue + m_marginLeft + lastLine->borderLeft() + (lastLine->x() - firstLine->x()));
2569 m_frameRect.setX(leftValue + m_marginLeft + containerBlock->borderLeft());
2785 int right = contentWidth() + borderRight() + paddingRight() + borderLeft() + paddingLeft();
2816 int left = renderer->borderLeft() + renderer->paddingLeft() + (isTableRow() ? 0 : renderer->x());