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

/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp139 int borderThickness = frameSet()->border(); local
147 if (borderThickness && m_cols.m_allowBorder[c + 1]) {
148 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
149 xPos += borderThickness;
156 if (borderThickness && m_rows.m_allowBorder[r + 1]) {
157 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
158 yPos += borderThickness;
494 int borderThickness = frameSet()->border(); local
495 layOutAxis(m_rows, frameSet()->rowLengths(), height() - (rows - 1) * borderThickness);
496 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
530 int borderThickness = frameSet()->border(); local
652 int borderThickness = frameSet()->border(); local
852 int borderThickness = frameSet()->border(); local
869 int borderThickness = frameSet()->border(); local
[all...]
H A DRenderThemeWin.cpp787 int borderThickness = haveTheme ? 1 : 2; local
792 buttonRect.inflate(-borderThickness);
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp71 static const int borderThickness = 2; variable
496 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);
497 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);

Completed in 108 milliseconds