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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp309 bool includeLeftEdge = false; local
321 includeLeftEdge = includeRightEdge = true;
323 includeLeftEdge = true;
338 includeLeftEdge = includeRightEdge = true;
346 includeLeftEdge = true;
351 setEdges(includeLeftEdge, includeRightEdge);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp281 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true;
284 bool hasRoundedBorder = obj.style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
331 RoundedRect border = backgroundRoundedRectAdjustedForBleedAvoidance(obj, context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge);
351 RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(obj, context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) : getBackgroundRoundedRect(obj, rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
357 obj.paddingLeft() + obj.borderLeft(), obj.paddingRight() + obj.borderRight(), includeLeftEdge, includeRightEdge);
359 border = obj.style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge);
365 int bLeft = includeLeftEdge ? obj.borderLeft() : 0;
367 LayoutUnit pLeft = includeLeftEdge ? obj.paddingLeft() : LayoutUnit();

Completed in 252 milliseconds