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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h95 LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }
106 virtual LayoutUnit paddingBottom() const { return computedCSSPaddingBottom(); } function in class:WebCore::RenderBoxModelObject
127 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
138 LayoutUnit paddingLogicalRight() const { return style()->isHorizontalWritingMode() ? paddingRight() : paddingBottom(); }
H A DRenderTableCell.cpp255 LayoutUnit RenderTableCell::paddingBottom() const function in class:WebCore::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1534 return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed() || !style->paddingTop().isFixed() || !style->paddingLeft().isFixed() || !style->paddingRight().isFixed());
1536 return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed());
2141 Length paddingBottom = style->paddingBottom(); local
2142 if (paddingBottom.isFixed() || !renderer || !renderer->isBox())
2143 return zoomAdjustedPixelValueForLength(paddingBottom, style.get());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java63 private int paddingBottom; field in class:ShadowView
440 paddingBottom = bottom;
460 return paddingBottom;
730 public void setPaddingBottom(int paddingBottom) { argument
731 this.paddingBottom = paddingBottom;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h668 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 238 milliseconds