HomeSort by relevance Sort by last modified time
    Searched refs:borderThickness (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 138 int borderThickness = frameSet()->border();
146 if (borderThickness && m_cols.m_allowBorder[c + 1]) {
147 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
148 xPos += borderThickness;
155 if (borderThickness && m_rows.m_allowBorder[r + 1]) {
156 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
157 yPos += borderThickness;
493 int borderThickness = frameSet()->border();
494 layOutAxis(m_rows, frameSet()->rowLengths(), height() - (rows - 1) * borderThickness);
495 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
    [all...]
RenderThemeWin.cpp 700 int borderThickness = haveTheme ? 1 : 2;
705 buttonRect.inflate(-borderThickness);
    [all...]
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 67 static const int borderThickness = 2;
412 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);
413 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);

Completed in 629 milliseconds