Searched refs:includeLeftEdge (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp306 bool includeLeftEdge = false; local
318 includeLeftEdge = includeRightEdge = true;
320 includeLeftEdge = true;
335 includeLeftEdge = includeRightEdge = true;
343 includeLeftEdge = true;
348 setEdges(includeLeftEdge, includeRightEdge);
H A DRenderBoxModelObject.cpp526 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true;
529 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
575 RoundedRect border = backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge);
595 RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) : getBackgroundRoundedRect(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
600 paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), includeLeftEdge, includeRightEdge);
602 border = style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge);
607 int bLeft = includeLeftEdge ? borderLeft() : 0;
609 LayoutUnit pLeft = includeLeftEdge ? paddingLeft() : LayoutUnit();

Completed in 105 milliseconds