Home
last modified time | relevance | path

Searched refs:usedWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp82 int usedWidth = 0; in calcWidthArray() local
123 usedWidth += effWidth * spanInCurrentEffectiveColumn; in calcWidthArray()
173 usedWidth += effWidth * eSpan / span; in calcWidthArray()
184 return usedWidth; in calcWidthArray()
DRenderBoxModelObject.cpp1076 bool presentButInvisible() const { return usedWidth() && !hasVisibleColorAndStyle(); } in presentButInvisible()
1078 int usedWidth() const { return isPresent ? width : 0; } in usedWidth() function in WebCore::BorderEdge
1082 int fullWidth = usedWidth(); in getDoubleBorderStripeWidths()
1563 int topWidth = edges[BSTop].usedWidth() / 2; in drawBoxSideFromPath()
1564 int bottomWidth = edges[BSBottom].usedWidth() / 2; in drawBoxSideFromPath()
1565 int leftWidth = edges[BSLeft].usedWidth() / 2; in drawBoxSideFromPath()
1566 int rightWidth = edges[BSRight].usedWidth() / 2; in drawBoxSideFromPath()
/external/webkit/Source/WebCore/
DChangeLog16663 (WebCore::BorderEdge::usedWidth):
16789 (WebCore::BorderEdge::usedWidth):