Home
last modified time | relevance | path

Searched defs:includeLogicalRightEdge (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.cpp97 …edRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in includeLogicalEdges()
162 …s(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in includeLogicalEdges()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp219 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in getBackgroundRoundedRect()
230 …FlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in backgroundRoundedRectAdjustedForBleedAvoidance()
1361 …BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in paintBorder()
1546 …ndBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool a… in paintTranslucentBorderSides()
1597 …ndBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool a… in paintOneBorderSide()
1644 …bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideCo… in paintBorderSides()
1692 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in drawBoxSideFromPath()
1842 …RenderStyle* s, ShadowStyle shadowStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in paintBoxShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h166 bool includeLogicalRightEdge() const { return m_includeLogicalRightEdge; } in includeLogicalRightEdge() function