/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.h | 165 …nderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool includeLogicalLeftEdge = true, bo… 167 …tInfo&, const LayoutRect&, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bo… 258 …void getBorderEdgeInfo(class BorderEdge[], const RenderStyle*, bool includeLogicalLeftEdge = true,… 261 …ackgroundBleedAvoidance, InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool incl… 318 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const; 327 …const Path*, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, … 329 …ss BorderEdge[], BorderEdgeFlags, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool incl… 332 …bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false, const Color* ov… 335 …Color, EBorderStyle, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRig…
|
D | RenderBoxModelObject.cpp | 433 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const in getBackgroundRoundedRect() argument 436 …ct border = style()->getRoundedBorderFor(borderRect, renderView, includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect() 438 …r(LayoutRect(0, 0, inlineBoxWidth, inlineBoxHeight), renderView, includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect() 492 …edAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool incl… in backgroundRoundedRectAdjustedForBleedAvoidance() argument 496 …el(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance() 499 …return style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEd… in backgroundRoundedRectAdjustedForBleedAvoidance() 501 …dRoundedRect(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance() 526 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true; in paintFillLayerExtended() 1581 …BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge… in paintOneBorderSide() argument 1604 …colorToPaint, edgeToRender.style, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge); in paintOneBorderSide() [all …]
|
D | InlineFlowBox.h | 129 if (!includeLogicalLeftEdge()) in marginLogicalLeft() 141 if (!includeLogicalLeftEdge()) in borderLogicalLeft() 153 if (!includeLogicalLeftEdge()) in paddingLogicalLeft() 164 bool includeLogicalLeftEdge() const { return m_includeLogicalLeftEdge; } in includeLogicalLeftEdge() function
|
D | InlineFlowBox.cpp | 822 … LayoutUnit outsetLogicalLeft = includeLogicalLeftEdge() ? borderOutsetLogicalLeft : LayoutUnit(); in addBorderOutsetVisualOverflow() 1203 …boxModelObject()->paintBoxShadow(info, paintRect, s, shadowStyle, includeLogicalLeftEdge(), includ… in paintBoxShadow() 1235 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip() 1244 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip() 1296 …ect, renderer()->style(isFirstLineStyle()), BackgroundBleedNone, includeLogicalLeftEdge(), include… in paintBoxDecorations()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | RoundedRect.cpp | 99 …alEdges(const RoundedRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument 101 if (includeLogicalLeftEdge) { in includeLogicalEdges() 164 …:includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument 166 … m_radii.includeLogicalEdges(edges, isHorizontal, includeLogicalLeftEdge, includeLogicalRightEdge); in includeLogicalEdges()
|
D | RoundedRect.h | 62 …void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool … 99 …void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool …
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 969 …erFor(const LayoutRect& borderRect, RenderView* renderView, bool includeLogicalLeftEdge, bool incl… in getRoundedBorderFor() argument 976 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedBorderFor() 981 …yle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool incl… in getRoundedInnerBorderFor() argument 985 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor() 987 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() 990 …derFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLo… in getRoundedInnerBorderFor() 994 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor() argument 1006 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedInnerBorderFor()
|
D | RenderStyle.h | 1022 …dedBorderFor(const LayoutRect& borderRect, RenderView* = 0, bool includeLogicalLeftEdge = true, bo… 1023 …RoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = t… 1026 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in…
|