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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp253 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) argument
257 borderBottom = false;
263 borderBottom = true;
265 borderTop = borderBottom = true;
273 borderTop = borderBottom = borderLeft = borderRight = true;
328 bool borderBottom; local
330 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
333 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderBottomStyle, borderBottom ? CSSValueSolid : CSSValueHidden);
362 bool borderBottom; local
364 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLef
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h106 virtual int borderBottom() const { return style()->borderBottomWidth(); } function in class:blink::RenderBoxModelObject
115 int borderHeight() const { return borderTop() + borderBottom(); }
121 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
129 LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
H A DRenderTableCell.cpp901 int RenderTableCell::borderBottom() const function in class:blink::RenderTableCell
903 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlockFlow::borderBottom();
1184 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h480 const BorderValue& borderBottom() const { return surround->border.bottom(); } function in class:blink::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 ...

Completed in 310 milliseconds