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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java62 private int paddingBottom; field in class:ShadowView
428 paddingBottom = bottom;
448 return paddingBottom;
718 public void setPaddingBottom(int paddingBottom) { argument
719 this.paddingBottom = paddingBottom;
/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
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 819 milliseconds