Home
last modified time | relevance | path

Searched refs:computedCSSPaddingLeft (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h93 LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); } in computedCSSPaddingLeft() function
104 virtual LayoutUnit paddingLeft() const { return computedCSSPaddingLeft(); } in paddingLeft()
DRenderBox.h193 …ayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWi… in computedCSSContentBoxRect()
DRenderTableCell.cpp281 int result = computedCSSPaddingLeft(); in paddingLeft()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2169 return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingLeft(), *style); in getPropertyCSSValue()