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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 45 , m_bottomRight(bottomRight)
52 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
56 const IntSize& bottomRight() const { return m_bottomRight; }
73 IntSize m_bottomRight;
  /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;
112 const LengthSize& bottomRight() const { return m_bottomRight; }
125 LengthSize m_bottomRight;

Completed in 295 milliseconds