Searched refs:computedCSSPaddingBefore (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h89 LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); } function in class:blink::RenderBoxModelObject
100 virtual LayoutUnit paddingBefore() const { return computedCSSPaddingBefore(); }
H A DRenderTableCell.h108 styleLogicalHeight += (computedCSSPaddingBefore() + computedCSSPaddingAfter()).floor() + borderBefore() + borderAfter();
H A DRenderTableCell.cpp294 return static_cast<int>(computedCSSPaddingBefore()) + intrinsicPaddingBefore();

Completed in 288 milliseconds