HomeSort by relevance Sort by last modified time
    Searched refs:topWidth (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)
84 m_topLeft.setHeight(std::max<float>(0, m_topLeft.height() + topWidth));
88 m_topRight.setHeight(std::max<float>(0, m_topRight.height() + topWidth));
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)
68 m_topLeft.setHeight(max<int>(0, m_topLeft.height() + topWidth));
72 m_topRight.setHeight(max<int>(0, m_topRight.height() + topWidth));
  /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 438 milliseconds