Searched defs:borderTop (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
255 borderTop = false;
261 borderTop = true;
265 borderTop = borderBottom = true;
273 borderTop = borderBottom = borderLeft = borderRight = true;
326 bool borderTop; local
330 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
332 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderTopStyle, borderTop ? CSSValueSolid : CSSValueHidden);
360 bool borderTop; local
364 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRigh
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h105 virtual int borderTop() const { return style()->borderTopWidth(); } function in class:blink::RenderBoxModelObject
115 int borderHeight() const { return borderTop() + borderBottom(); }
121 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
125 LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
128 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
H A DRenderTableCell.cpp896 int RenderTableCell::borderTop() const function in class:blink::RenderTableCell
898 return table()->collapseBorders() ? borderHalfTop(false) : RenderBlockFlow::borderTop();
1183 LayoutRect clipRect(adjustedPaintOffset.x() + borderLeft(), adjustedPaintOffset.y() + borderTop(),
1184 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h479 const BorderValue& borderTop() const { return surround->border.top(); } 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 244 milliseconds