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

/external/webkit/Source/WebKit/android/nav/
H A DCachedInput.h65 int paddingBottom() const { return mPaddingBottom; } function in class:android::CachedInput
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp366 int paddingBottom = originalRect.bottom() - layoutRect.bottom(); local
368 return originalRect.adjusted(-paddingLeft, -paddingTop, paddingRight, paddingBottom);
611 int paddingBottom = 0; local
624 // paddingBottom = layoutRect.bottom() - contentsRect.bottom();
629 style->setPaddingBottom(Length(paddingBottom, Fixed));
1187 (r.height() - style->paddingTop().value() - style->paddingBottom().value()) / 100.0);
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp183 int RenderTableCell::paddingBottom(bool includeIntrinsicPadding) const function in class:WebCore::RenderTableCell
185 int result = RenderBlock::paddingBottom();
H A DRenderBoxModelObject.cpp499 int RenderBoxModelObject::paddingBottom(bool) const function in class:WebCore::RenderBoxModelObject
502 Length padding = style()->paddingBottom();
666 int height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() : 0);
878 bottom += paddingBottom();
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h624 Length paddingBottom() const { return surround->padding.bottom(); } function in class:WebCore::RenderStyle

Completed in 146 milliseconds