HomeSort by relevance Sort by last modified time
    Searched refs:RIDGE (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 83 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };
  /external/webkit/WebCore/rendering/
RenderObject.cpp 725 if (style == INSET || style == OUTSET || style == RIDGE || style == GROOVE)
817 case RIDGE:
915 if ((style == DOUBLE && thickness / 2 < 3) || ((style == RIDGE || style == GROOVE) && thickness / 2 < 2))
    [all...]
RenderTreeAsText.cpp 103 case RIDGE:
104 ts << "ridge";
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp 284 // in this order: 'double', 'solid', 'dashed', 'dotted', 'ridge', 'outset', 'groove', and the lowest: 'inset'.
666 return RIDGE;
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 61 case RIDGE:
    [all...]

Completed in 183 milliseconds