Searched refs:borderStyle (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1084 EBorderStyle borderStyle; local
1087 borderStyle = style->borderLeftStyle();
1090 borderStyle = style->borderRightStyle();
1093 borderStyle = style->borderTopStyle();
1096 borderStyle = style->borderBottomStyle();
1099 borderStyle = BNONE;
1102 return borderStyle;
1105 const Color RenderStyle::colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const
1113 borderStyle = borderLeftStyle();
1117 borderStyle
1164 EBorderStyle borderStyle = borderStyleForColorProperty(this, colorProperty); local
[all...]
H A DRenderStyle.h1365 const Color colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const;
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h76 - (NSString *)borderStyle;
77 - (void)setBorderStyle:(NSString *)borderStyle;
H A DDOMCSS.mm237 - (NSString *)borderStyle
242 - (void)setBorderStyle:(NSString *)borderStyle
244 [self setProperty:@"border-style" value:borderStyle priority:@""];
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1450 Color color, EBorderStyle borderStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
1455 if (borderStyle == DOUBLE && thickness < 3)
1456 borderStyle = SOLID;
1458 switch (borderStyle) {
1471 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke);
1478 float dashLength = thickness * ((borderStyle == DASHED) ? 3.0f : 1.0f);
1549 if (borderStyle == GROOVE) {
1448 drawBoxSideFromPath(GraphicsContext* graphicsContext, const IntRect& borderRect, const Path& borderPath, const BorderEdge edges[], float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) argument
H A DRenderTreeAsText.cpp133 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) argument
135 switch (borderStyle) {
H A DRenderTableCell.cpp859 int x1, int y1, int x2, int y2, EBorderStyle borderStyle)
869 m_borders[m_count].style = borderStyle;
858 addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, int x1, int y1, int x2, int y2, EBorderStyle borderStyle) argument
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2241 borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)',
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borderColor: {}};
2259 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...

Completed in 295 milliseconds