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

  /external/webkit/WebCore/rendering/style/
BorderData.h 74 unsigned short borderRightWidth() const
RenderStyle.h 399 unsigned short borderRightWidth() const { return surround->border.borderRightWidth(); }
    [all...]
  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 198 int borderRightWidth = style->borderRightWidth();
204 (lx >= w && render_r && (rs == DOTTED || rs == DASHED || rs == DOUBLE) ? borderRightWidth : 0));
205 if (lx + lw <= w - borderRightWidth)
208 (render_r && (rs == DOTTED || rs == DASHED || rs == DOUBLE) ? borderRightWidth : 0));
214 (render_r && (rs == DOTTED || rs == DASHED || rs == DOUBLE) ? style->borderRightWidth() : 0));
254 if (lx < w && lx + lw > w - borderRightWidth) {
260 drawLineForBoxSide(graphicsContext, tx + w - borderRightWidth, startY, tx + w, ty + h, BSRight, rc, style->color(), rs,

Completed in 161 milliseconds