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.h74 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
DRoundedRect.cpp62 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.cpp984 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() local
991int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp912 …int topWidth = computeBorderImageSide(ninePieceImage.borderSlices().top(), style->borderTopWidth()… in paintNinePieceImage() local
1812 LayoutUnit topWidth = edges[BSTop].usedWidth() / 2; in drawBoxSideFromPath() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1116 int topWidth = topVal.width(); in paintCollapsedBorders() local