Searched refs:paddingBefore (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLRoot.h44 virtual LayoutUnit paddingBefore() const OVERRIDE;
H A DRenderMathMLRoot.cpp142 LayoutUnit RenderMathMLRoot::paddingBefore() const function in class:WebCore::RenderMathMLRoot
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBoxModelObject.h100 LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); }
111 virtual LayoutUnit paddingBefore() const { return computedCSSPaddingBefore(); } function in class:WebCore::RenderBoxModelObject
126 LayoutUnit borderAndPaddingBefore() const { return borderBefore() + paddingBefore(); }
H A DRenderTextControlSingleLine.cpp188 innerSpinBox->setLogicalLocation(LayoutPoint(-paddingLogicalLeft(), -paddingBefore()));
190 innerSpinBox->setLogicalLocation(LayoutPoint(parentBox->logicalWidth() - innerSpinBox->logicalWidth() + paddingLogicalRight(), -paddingBefore()));
H A DRenderFieldset.cpp121 setLogicalHeight(paddingBefore() + collapsedLegendExtent);
H A DRenderTableCell.h148 virtual LayoutUnit paddingBefore() const OVERRIDE;
H A DRenderTable.cpp337 LayoutUnit borderAndPaddingBefore = borderBefore() + (collapseBorders() ? LayoutUnit() : paddingBefore());
469 LayoutUnit borderAndPaddingBefore = borderBefore() + (collapsing ? LayoutUnit() : paddingBefore());
H A DRenderTableCell.cpp297 LayoutUnit RenderTableCell::paddingBefore() const function in class:WebCore::RenderTableCell
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h718 Length paddingBefore() const { return surround->padding.before(writingMode()); } function in class:WebCore::RenderStyle

Completed in 148 milliseconds