Home
last modified time | relevance | path

Searched defs:includeLogicalLeftEdge (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.cpp97 …gicalEdges(const RoundedRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool i… in includeLogicalEdges()
162 …ct::includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool i… in includeLogicalEdges()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp219 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in getBackgroundRoundedRect()
230 …bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool i… in backgroundRoundedRectAdjustedForBleedAvoidance()
1361 …t RenderStyle* style, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool i… in paintBorder()
1546 …dgeFlags edgesToDraw, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool i… in paintTranslucentBorderSides()
1597 …BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge… in paintOneBorderSide()
1644bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideCo… in paintBorderSides()
1692 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in drawBoxSideFromPath()
1842 …ect& paintRect, const RenderStyle* s, ShadowStyle shadowStyle, bool includeLogicalLeftEdge, bool i… in paintBoxShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp966 …RenderStyle::getRoundedBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool i… in getRoundedBorderFor()
978 …rStyle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool i… in getRoundedInnerBorderFor()
991 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
1720 void RenderStyle::getBorderEdgeInfo(BorderEdge edges[], bool includeLogicalLeftEdge, bool includeLo… in getBorderEdgeInfo()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h165 bool includeLogicalLeftEdge() const { return m_includeLogicalLeftEdge; } in includeLogicalLeftEdge() function