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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.cpp 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth)
92 m_bottomLeft.setHeight(std::max<float>(0, m_bottomLeft.height() + bottomWidth));
96 m_bottomRight.setHeight(std::max<float>(0, m_bottomRight.height() + bottomWidth));
FloatRoundedRect.h 72 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
74 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
RoundedRect.h 66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
68 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
RoundedRect.cpp 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
76 m_bottomLeft.setHeight(max<int>(0, m_bottomLeft.height() + bottomWidth));
80 m_bottomRight.setHeight(max<int>(0, m_bottomRight.height() + bottomWidth));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]

Completed in 65 milliseconds