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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 39 , m_topRight(Length(0, Fixed), Length(0, Fixed))
54 if (!m_topRight.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
105 && m_topRight == o.m_topRight
123 const LengthSize& topRight() const { return m_topRight; }
136 LengthSize m_topRight;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 46 , m_topRight(topRight)
54 , m_topRight(intRadii.topRight())
61 void setTopRight(const FloatSize& size) { m_topRight = size; }
65 const FloatSize& topRight() const { return m_topRight; }
79 FloatSize m_topRight;
RoundedRect.h 45 , m_topRight(topRight)
52 void setTopRight(const IntSize& size) { m_topRight = size; }
56 const IntSize& topRight() const { return m_topRight; }
73 IntSize m_topRight;

Completed in 171 milliseconds