Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h95 …LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore());… in computedCSSPaddingBefore() function
106 virtual LayoutUnit paddingBefore() const { return computedCSSPaddingBefore(); } in paddingBefore()
DRenderTableCell.h108 …styleLogicalHeight += (computedCSSPaddingBefore() + computedCSSPaddingAfter()).floor() + borderBef… in logicalHeightForRowSizing()
DRenderTableCell.cpp297 return static_cast<int>(computedCSSPaddingBefore()) + intrinsicPaddingBefore(); in paddingBefore()