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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h86 LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }
97 virtual LayoutUnit paddingBottom() const { return computedCSSPaddingBottom(); } function in class:blink::RenderBoxModelObject
121 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
134 LayoutUnit paddingLogicalRight() const { return style()->isHorizontalWritingMode() ? paddingRight() : paddingBottom(); }
H A DRenderTableCell.cpp268 LayoutUnit RenderTableCell::paddingBottom() const function in class:blink::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1508 return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed() || !style->paddingTop().isFixed() || !style->paddingLeft().isFixed() || !style->paddingRight().isFixed());
1510 return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed());
2131 Length paddingBottom = style->paddingBottom(); local
2132 if (paddingBottom.isFixed() || !renderer || !renderer->isBox())
2133 return zoomAdjustedPixelValueForLength(paddingBottom, *style);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java63 private int paddingBottom; field in class:ShadowView
442 paddingBottom = bottom;
462 return paddingBottom;
732 public void setPaddingBottom(int paddingBottom) { argument
733 this.paddingBottom = paddingBottom;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h701 const Length& paddingBottom() const { return surround->padding.bottom(); } function in class:blink::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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 4147 milliseconds