Home
last modified time | relevance | path

Searched refs:borderStyle (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1084 EBorderStyle borderStyle; in borderStyleForColorProperty() local
1087 borderStyle = style->borderLeftStyle(); in borderStyleForColorProperty()
1090 borderStyle = style->borderRightStyle(); in borderStyleForColorProperty()
1093 borderStyle = style->borderTopStyle(); in borderStyleForColorProperty()
1096 borderStyle = style->borderBottomStyle(); in borderStyleForColorProperty()
1099 borderStyle = BNONE; in borderStyleForColorProperty()
1102 return borderStyle; in borderStyleForColorProperty()
1105 const Color RenderStyle::colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const in colorIncludingFallback()
1113 borderStyle = borderLeftStyle(); in colorIncludingFallback()
1117 borderStyle = borderRightStyle(); in colorIncludingFallback()
[all …]
DRenderStyle.h1365 const Color colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const;
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h76 - (NSString *)borderStyle;
77 - (void)setBorderStyle:(NSString *)borderStyle;
DDOMCSS.mm237 - (NSString *)borderStyle
242 - (void)setBorderStyle:(NSString *)borderStyle
244 [self setProperty:@"border-style" value:borderStyle priority:@""];
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1450 … Color color, EBorderStyle borderStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in drawBoxSideFromPath() argument
1455 if (borderStyle == DOUBLE && thickness < 3) in drawBoxSideFromPath()
1456 borderStyle = SOLID; in drawBoxSideFromPath()
1458 switch (borderStyle) { in drawBoxSideFromPath()
1471 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()
1478 float dashLength = thickness * ((borderStyle == DASHED) ? 3.0f : 1.0f); in drawBoxSideFromPath()
1549 if (borderStyle == GROOVE) { in drawBoxSideFromPath()
DRenderTreeAsText.cpp133 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() argument
135 switch (borderStyle) { in printBorderStyle()
DRenderTableCell.cpp859 int x1, int y1, int x2, int y2, EBorderStyle borderStyle) in addBorder() argument
869 m_borders[m_count].style = borderStyle; in addBorder()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2241 …borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
2259 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';
Dconcat-jquery-mootools-prototype.js6617 …borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
6621 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
6635 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';