Searched refs:RIDGE (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator in enum:WebCore::EBorderStyle
/external/webkit/WebCore/rendering/
H A DRenderObject.cpp712 if (style == INSET || style == OUTSET || style == RIDGE || style == GROOVE)
804 case RIDGE:
902 if ((style == DOUBLE && thickness / 2 < 3) || ((style == RIDGE || style == GROOVE) && thickness / 2 < 2))
906 if (style == INSET || style == OUTSET || style == RIDGE || style == GROOVE)
948 case RIDGE: {
950 if ((style == RIDGE && (s == BSTop || s == BSLeft)) ||
H A DRenderTreeAsText.cpp103 case RIDGE:
H A DRenderBoxModelObject.cpp971 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
972 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
H A DRenderTableCell.cpp666 return RIDGE;
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h61 case RIDGE:

Completed in 40 milliseconds