Searched defs:borderRight (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
256 borderRight = false;
267 borderLeft = borderRight = true;
271 borderRight = true;
273 borderTop = borderBottom = borderLeft = borderRight = true;
327 bool borderRight; local
330 if (getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft)) {
335 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderRightStyle, borderRight ? CSSValueSolid : CSSValueHidden);
361 bool borderRight; local
364 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBotto
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h108 virtual int borderRight() const { return style()->borderRightWidth(); } function in class:blink::RenderBoxModelObject
114 int borderWidth() const { return borderLeft() + borderRight(); }
122 LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
129 LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
H A DRenderTableCell.cpp891 int RenderTableCell::borderRight() const function in class:blink::RenderTableCell
893 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlockFlow::borderRight();
1184 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h478 const BorderValue& borderRight() const { return surround->border.right(); } 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 1191 milliseconds