Searched refs:includeRightEdge (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.cpp | 310 bool includeRightEdge = false; in determineSpacingForFlowBoxes() local 321 includeLeftEdge = includeRightEdge = true; in determineSpacingForFlowBoxes() 325 includeRightEdge = true; in determineSpacingForFlowBoxes() 338 includeLeftEdge = includeRightEdge = true; in determineSpacingForFlowBoxes() 342 includeRightEdge = true; in determineSpacingForFlowBoxes() 351 setEdges(includeLeftEdge, includeRightEdge); in determineSpacingForFlowBoxes()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BoxPainter.cpp | 282 bool includeRightEdge = box ? box->includeLogicalRightEdge() : true; in paintFillLayerExtended() local 284 bool hasRoundedBorder = obj.style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge); in paintFillLayerExtended() 331 …leedAvoidance(obj, context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge); in paintFillLayerExtended() 351 …deLeftEdge, includeRightEdge) : getBackgroundRoundedRect(obj, rect, box, boxSize.width(), boxSize.… in paintFillLayerExtended() 357 …t() + obj.borderLeft(), obj.paddingRight() + obj.borderRight(), includeLeftEdge, includeRightEdge); in paintFillLayerExtended() 359 … border = obj.style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge, includeRightEdge); in paintFillLayerExtended() 366 int bRight = includeRightEdge ? obj.borderRight() : 0; in paintFillLayerExtended() 368 LayoutUnit pRight = includeRightEdge ? obj.paddingRight() : LayoutUnit(); in paintFillLayerExtended()
|