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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 308 bool includeLeftEdge = false;
320 includeLeftEdge = includeRightEdge = true;
322 includeLeftEdge = true;
337 includeLeftEdge = includeRightEdge = true;
345 includeLeftEdge = true;
350 setEdges(includeLeftEdge, includeRightEdge);
    [all...]
RenderBoxModelObject.cpp 528 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true;
531 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
577 RoundedRect border = backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge);
597 RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) : getBackgroundRoundedRect(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
602 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), includeLeftEdge, includeRightEdge);
604 border = style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge);
609 int bLeft = includeLeftEdge ? borderLeft() : 0;
611 LayoutUnit pLeft = includeLeftEdge ? paddingLeft() : LayoutUnit();
    [all...]

Completed in 278 milliseconds