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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 41 , m_bottomRight(Length(0, Fixed), Length(0, Fixed))
58 if (!m_bottomRight.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
107 && m_bottomRight == o.m_bottomRight;
125 const LengthSize& bottomRight() const { return m_bottomRight; }
138 LengthSize m_bottomRight;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 48 , m_bottomRight(bottomRight)
56 , m_bottomRight(intRadii.bottomRight())
63 void setBottomRight(const FloatSize& size) { m_bottomRight = size; }
67 const FloatSize& bottomRight() const { return m_bottomRight; }
81 FloatSize m_bottomRight;
RoundedRect.h 47 , m_bottomRight(bottomRight)
54 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
58 const IntSize& bottomRight() const { return m_bottomRight; }
75 IntSize m_bottomRight;

Completed in 41 milliseconds