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

  /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,
RenderBoxModelObject.h 76 virtual int borderRight() const { return style()->borderRightWidth(); }