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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 64 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
66 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 859 milliseconds