Home
last modified time | relevance | path

Searched defs:topWidth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRoundedRect.cpp80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float righ… in expand()
DRoundedRect.h68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
DFloatRoundedRect.h65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
DRoundedRect.cpp64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp987 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() local
994int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1129 int topWidth = topVal.width(); in paintCollapsedBorders() local
DRenderBoxModelObject.cpp1194 …int topWidth = computeBorderImageSide(ninePieceImage.borderSlices().top(), style->borderTopWidth()… in paintNinePieceImage() local
2019 LayoutUnit topWidth = edges[BSTop].usedWidth() / 2; in drawBoxSideFromPath() local