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

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h86 virtual int borderLeft() const { return style()->borderLeftWidth(); } function in class:WebCore::RenderBoxModelObject
94 int borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
97 int borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
100 int borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
H A DRenderTable.h57 int borderLeft() const function in class:WebCore::RenderTable
H A DRenderThemeChromiumWin.cpp474 int borderLeft = box->borderLeft(); local
483 bool drawEdges = !(!borderRight && !borderLeft && !borderTop && !borderBottom);
491 int spacingLeft = borderLeft + box->paddingLeft();
H A DRenderTableCell.cpp707 int RenderTableCell::borderLeft() const function in class:WebCore::RenderTableCell
709 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlock::borderLeft();
1001 IntRect clipRect(tx + borderLeft(), ty + borderTop(),
1002 w - borderLeft() - borderRight(), h - borderTop() - borderBottom());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h411 const BorderValue& borderLeft() const { return surround->border.left(); } 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 145 milliseconds