Searched refs:borderThickness (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFrameSet.cpp137 LayoutUnit borderThickness = frameSet()->border(); local
145 if (borderThickness && m_cols.m_allowBorder[c + 1]) {
146 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
147 xPos += borderThickness;
154 if (borderThickness && m_rows.m_allowBorder[r + 1]) {
155 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
156 yPos += borderThickness;
469 LayoutUnit borderThickness = frameSet()->border(); local
470 layOutAxis(m_rows, frameSet()->rowLengths(), height() - (rows - 1) * borderThickness);
471 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
504 int borderThickness = frameSet()->border(); local
546 int borderThickness = frameSet()->border(); local
746 int borderThickness = frameSet()->border(); local
763 int borderThickness = frameSet()->border(); local
[all...]
H A DRenderThemeWin.cpp844 int borderThickness = haveTheme ? 1 : 2; local
849 buttonRect.inflate(-borderThickness);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp74 static const int borderThickness = 2; variable
500 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);
501 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);

Completed in 176 milliseconds