Searched defs:borderTop (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h84 virtual int borderTop() const { return style()->borderTopWidth(); } function in class:WebCore::RenderBoxModelObject
93 int borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
97 int borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
100 int borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
H A DRenderTable.h71 int borderTop() const function in class:WebCore::RenderTable
H A DRenderThemeChromiumWin.cpp475 int borderTop = box->borderTop(); local
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom);
493 int spacingTop = borderTop + box->paddingTop();
H A DRenderTableCell.cpp717 int RenderTableCell::borderTop() const function in class:WebCore::RenderTableCell
719 return table()->collapseBorders() ? borderHalfTop(false) : RenderBlock::borderTop();
1001 IntRect clipRect(tx + borderLeft(), ty + borderTop(),
1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h413 const BorderValue& borderTop() const { return surround->border.top(); } 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 121 milliseconds