HomeSort by relevance Sort by last modified time
    Searched refs:setBottomRight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 63 void setBottomRight(const FloatSize& size) { m_bottomRight = size; }
RoundedRect.h 54 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
FloatRoundedRectTest.cpp 172 cornerRadii.setBottomRight(FloatSize(20, 30));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 459 bottomCornerRadii.setBottomRight(clipRect.radii().bottomRight());
    [all...]

Completed in 309 milliseconds