Searched refs:borderStyle (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 1084 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 …]
|
D | RenderStyle.h | 1365 const Color colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const;
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 76 - (NSString *)borderStyle; 77 - (void)setBorderStyle:(NSString *)borderStyle;
|
D | DOMCSS.mm | 237 - (NSString *)borderStyle 242 - (void)setBorderStyle:(NSString *)borderStyle 244 [self setProperty:@"border-style" value:borderStyle priority:@""];
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 1450 … 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()
|
D | RenderTreeAsText.cpp | 133 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() argument 135 switch (borderStyle) { in printBorderStyle()
|
D | RenderTableCell.cpp | 859 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/ |
D | mootools-1.2.2-core-nc.js | 2241 …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] = '@';
|
D | concat-jquery-mootools-prototype.js | 6617 …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] = '@';
|