Searched refs:usedWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderEdge.h22 int usedWidth() const;
H A DBorderEdge.cpp35 bool BorderEdge::presentButInvisible() const { return usedWidth() && !hasVisibleColorAndStyle(); }
60 int BorderEdge::usedWidth() const function in class:blink::BorderEdge
67 int fullWidth = usedWidth();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp82 int usedWidth = 0; local
124 usedWidth += effectiveColWidth * spanInCurrentEffectiveColumn;
134 return usedWidth;
162 usedWidth += fixedBorderBoxLogicalWidth * eSpan / span;
175 return usedWidth;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1812 LayoutUnit topWidth = edges[BSTop].usedWidth() / 2;
1813 LayoutUnit bottomWidth = edges[BSBottom].usedWidth() / 2;
1814 LayoutUnit leftWidth = edges[BSLeft].usedWidth() / 2;
1815 LayoutUnit rightWidth = edges[BSRight].usedWidth() / 2;

Completed in 1873 milliseconds