HomeSort by relevance Sort by last modified time
    Searched defs:m_bottomLeft (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 40 , m_bottomLeft(Length(0, Fixed), Length(0, Fixed))
56 if (!m_bottomLeft.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
106 && m_bottomLeft == o.m_bottomLeft
124 const LengthSize& bottomLeft() const { return m_bottomLeft; }
137 LengthSize m_bottomLeft;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 47 , m_bottomLeft(bottomLeft)
55 , m_bottomLeft(intRadii.bottomLeft())
62 void setBottomLeft(const FloatSize& size) { m_bottomLeft = size; }
66 const FloatSize& bottomLeft() const { return m_bottomLeft; }
80 FloatSize m_bottomLeft;
RoundedRect.h 46 , m_bottomLeft(bottomLeft)
53 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; }
57 const IntSize& bottomLeft() const { return m_bottomLeft; }
74 IntSize m_bottomLeft;

Completed in 58 milliseconds