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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h93 LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); } function in class:WebCore::RenderBoxModelObject
104 virtual LayoutUnit paddingLeft() const { return computedCSSPaddingLeft(); }

Completed in 106 milliseconds