Searched defs:borderBottom (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h85 virtual int borderBottom() const { return style()->borderBottomWidth(); } function in class:WebCore::RenderBoxModelObject
93 int borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
H A DRenderTable.h78 int borderBottom() const function in class:WebCore::RenderTable
H A DRenderThemeChromiumWin.cpp476 int borderBottom = box->borderBottom(); local
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom);
494 int spacingBottom = borderBottom + box->paddingBottom();
H A DRenderTableCell.cpp722 int RenderTableCell::borderBottom() const function in class:WebCore::RenderTableCell
724 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom());
H A DRenderObject.cpp1306 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; local
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h414 const BorderValue& borderBottom() const { return surround->border.bottom(); } function in class:WebCore::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 160 milliseconds