Home | History | Annotate | Download | only in css

Lines Matching full:case

193         // Fast case for all-ASCII.
467 case CSSPrimitiveValue::CSS_NUMBER:
477 case CSSPrimitiveValue::CSS_PERCENTAGE:
480 case CSSParserValue::Q_EMS:
481 case CSSPrimitiveValue::CSS_EMS:
482 case CSSPrimitiveValue::CSS_REMS:
483 case CSSPrimitiveValue::CSS_EXS:
484 case CSSPrimitiveValue::CSS_PX:
485 case CSSPrimitiveValue::CSS_CM:
486 case CSSPrimitiveValue::CSS_MM:
487 case CSSPrimitiveValue::CSS_IN:
488 case CSSPrimitiveValue::CSS_PT:
489 case CSSPrimitiveValue::CSS_PC:
492 case CSSPrimitiveValue::CSS_MS:
493 case CSSPrimitiveValue::CSS_S:
496 case CSSPrimitiveValue::CSS_DEG:
497 case CSSPrimitiveValue::CSS_RAD:
498 case CSSPrimitiveValue::CSS_GRAD:
499 case CSSPrimitiveValue::CSS_TURN:
502 case CSSPrimitiveValue::CSS_HZ:
503 case CSSPrimitiveValue::CSS_KHZ:
504 case CSSPrimitiveValue::CSS_DIMENSION:
639 case CSSPropertySize: // <length>{1,2} | auto | portrait | landscape | inherit
640 case CSSPropertyQuotes: // [<string> <string>]+ | none | inherit
644 case CSSPropertyUnicodeBidi: // normal | embed | bidi-override | inherit
651 case CSSPropertyPosition: // static | relative | absolute | fixed | inherit
659 case CSSPropertyPageBreakAfter: // auto | always | avoid | left | right | inherit
660 case CSSPropertyPageBreakBefore:
661 case CSSPropertyWebkitColumnBreakAfter:
662 case CSSPropertyWebkitColumnBreakBefore:
671 case CSSPropertyPageBreakInside: // avoid | auto | inherit
672 case CSSPropertyWebkitColumnBreakInside:
677 case CSSPropertyEmptyCells: // show | hide | inherit
683 case CSSPropertyContent: // [ <string> | <uri> | <counter> | attr(X) | open-quote |
687 case CSSPropertyWhiteSpace: // normal | pre | nowrap | inherit
696 case CSSPropertyClip: // <shape> | auto | inherit
706 case CSSPropertyCaptionSide: // top | bottom | left | right | inherit
712 case CSSPropertyBorderCollapse: // collapse | separate | inherit
717 case CSSPropertyVisibility: // visible | hidden | collapse | inherit
722 case CSSPropertyOverflow: {
730 case CSSPropertyOverflowX:
731 case CSSPropertyOverflowY: // visible | hidden | scroll | auto | marquee | overlay | inherit
737 case CSSPropertyListStylePosition: // inside | outside | inherit
742 case CSSPropertyListStyleType:
749 case CSSPropertyDisplay:
761 case CSSPropertyDirection: // ltr | rtl | inherit
766 case CSSPropertyTextTransform: // capitalize | uppercase | lowercase | none | inherit
771 case CSSPropertyFloat: // left | right | none | inherit + center for buggy CSS
777 case CSSPropertyClear: // none | left | right | both | inherit
783 case CSSPropertyTextAlign:
790 case CSSPropertyOutlineStyle: // (<border-style> except hidden) | auto | inherit
795 case CSSPropertyBorderTopStyle: //// <border-style> | inherit
796 case CSSPropertyBorderRightStyle: // Defined as: none | hidden | dotted | dashed |
797 case CSSPropertyBorderBottomStyle: // solid | double | groove | ridge | inset | outset
798 case CSSPropertyBorderLeftStyle:
799 case CSSPropertyWebkitColumnRuleStyle:
804 case CSSPropertyFontWeight: // normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit
807 case CSSPropertyBorderSpacing: {
826 case CSSPropertyWebkitBorderHorizontalSpacing:
827 case CSSPropertyWebkitBorderVerticalSpacing:
830 case CSSPropertyOutlineColor: // <color> | invert | inherit
838 case CSSPropertyBackgroundColor: // <color> | inherit
839 case CSSPropertyBorderTopColor: // <color> | inherit
840 case CSSPropertyBorderRightColor: // <color> | inherit
841 case CSSPropertyBorderBottomColor: // <color> | inherit
842 case CSSPropertyBorderLeftColor: // <color> | inherit
843 case CSSPropertyColor: // <color> | inherit
844 case CSSPropertyTextLineThroughColor: // CSS3 text decoration colors
845 case CSSPropertyTextUnderlineColor:
846 case CSSPropertyTextOverlineColor:
847 case CSSPropertyWebkitColumnRuleColor:
848 case CSSPropertyWebkitTextFillColor:
849 case CSSPropertyWebkitTextStrokeColor:
865 case CSSPropertyCursor: {
920 case CSSPropertyBackgroundAttachment:
921 case CSSPropertyBackgroundClip:
922 case CSSPropertyWebkitBackgroundClip:
923 case CSSPropertyWebkitBackgroundComposite:
924 case CSSPropertyBackgroundImage:
925 case CSSPropertyBackgroundOrigin:
926 case CSSPropertyWebkitBackgroundOrigin:
927 case CSSPropertyBackgroundPosition:
928 case CSSPropertyBackgroundPositionX:
929 case CSSPropertyBackgroundPositionY:
930 case CSSPropertyBackgroundSize:
931 case CSSPropertyWebkitBackgroundSize:
932 case CSSPropertyBackgroundRepeat:
933 case CSSPropertyBackgroundRepeatX:
934 case CSSPropertyBackgroundRepeatY:
935 case CSSPropertyWebkitMaskAttachment:
936 case CSSPropertyWebkitMaskClip:
937 case CSSPropertyWebkitMaskComposite:
938 case CSSPropertyWebkitMaskImage:
939 case CSSPropertyWebkitMaskOrigin:
940 case CSSPropertyWebkitMaskPosition:
941 case CSSPropertyWebkitMaskPositionX:
942 case CSSPropertyWebkitMaskPositionY:
943 case CSSPropertyWebkitMaskSize:
944 case CSSPropertyWebkitMaskRepeat:
945 case CSSPropertyWebkitMaskRepeatX:
946 case CSSPropertyWebkitMaskRepeatY: {
967 case CSSPropertyListStyleImage: // <uri> | none | inherit
986 case CSSPropertyWebkitTextStrokeWidth:
987 case CSSPropertyOutlineWidth: // <border-width> | inherit
988 case CSSPropertyBorderTopWidth: //// <border-width> | inherit
989 case CSSPropertyBorderRightWidth: // Which is defined as
990 case CSSPropertyBorderBottomWidth: // thin | medium | thick | <length>
991 case CSSPropertyBorderLeftWidth:
992 case CSSPropertyWebkitColumnRuleWidth:
999 case CSSPropertyLetterSpacing: // normal | <length> | inherit
1000 case CSSPropertyWordSpacing: // normal | <length> | inherit
1007 case CSSPropertyWordBreak: // normal | break-all | break-word (this is a custom extension)
1012 case CSSPropertyWordWrap: // normal | break-word
1017 case CSSPropertyTextIndent: // <length> | <percentage> | inherit
1018 case CSSPropertyPaddingTop: //// <padding-width> | inherit
1019 case CSSPropertyPaddingRight: // Which is defined as
1020 case CSSPropertyPaddingBottom: // <length> | <percentage>
1021 case CSSPropertyPaddingLeft: ////
1022 case CSSPropertyWebkitPaddingStart:
1026 case CSSPropertyMaxHeight: // <length> | <percentage> | none | inherit
1027 case CSSPropertyMaxWidth: // <length> | <percentage> | none | inherit
1033 case CSSPropertyMinHeight: // <length> | <percentage> | inherit
1034 case CSSPropertyMinWidth: // <length> | <percentage> | inherit
1041 case CSSPropertyFontSize:
1049 case CSSPropertyFontStyle: // normal | italic | oblique | inherit
1052 case CSSPropertyFontVariant: // normal | small-caps | inherit
1055 case CSSPropertyVerticalAlign:
1065 case CSSPropertyHeight: // <length> | <percentage> | auto | inherit
1066 case CSSPropertyWidth: // <length> | <percentage> | auto | inherit
1070 // ### handle multilength case where we allow relative units
1074 case CSSPropertyBottom: // <length> | <percentage> | auto | inherit
1075 case CSSPropertyLeft: // <length> | <percentage> | auto | inherit
1076 case CSSPropertyRight: // <length> | <percentage> | auto | inherit
1077 case CSSPropertyTop: // <length> | <percentage> | auto | inherit
1078 case CSSPropertyMarginTop: //// <margin-width> | inherit
1079 case CSSPropertyMarginRight: // Which is defined as
1080 case CSSPropertyMarginBottom: // <length> | <percentage> | auto | inherit
1081 case CSSPropertyMarginLeft: ////
1082 case CSSPropertyWebkitMarginStart:
1089 case CSSPropertyZIndex: // auto | <integer> | inherit
1095 case CSSPropertyOrphans: // <integer> | inherit
1096 case CSSPropertyWidows: // <integer> | inherit
1101 case CSSPropertyLineHeight: // normal | <number> | <length> | <percentage> | inherit
1107 case CSSPropertyCounterIncrement: // [ <identifier> <integer>? ]+ | none | inherit
1112 case CSSPropertyCounterReset: // [ <identifier> <integer>? ]+ | none | inherit
1117 case CSSPropertyFontFamily:
1124 case CSSPropertyTextDecoration:
1125 case CSSPropertyWebkitTextDecorationsInEffect:
1134 case CSSValueBlink:
1136 case CSSValueUnderline:
1137 case CSSValueOverline:
1138 case CSSValueLineThrough:
1153 case CSSPropertyZoom: // normal | reset | document | <number> | <percentage> | inherit
1160 case CSSPropertyTableLayout: // auto | fixed | inherit
1165 case CSSPropertySrc: // Only used within @font-face, so cannot use inherit | initial or be !important. This is a list of urls or local references.
1168 case CSSPropertyUnicodeRange:
1172 case CSSPropertyWebkitAppearance:
1177 case CSSPropertyWebkitBinding:
1211 case CSSPropertyWebkitBorderImage:
1212 case CSSPropertyWebkitMaskBoxImage:
1223 case CSSPropertyBorderTopRightRadius:
1224 case CSSPropertyBorderTopLeftRadius:
1225 case CSSPropertyBorderBottomLeftRadius:
1226 case CSSPropertyBorderBottomRightRadius: {
1248 case CSSPropertyBorderRadius:
1249 case CSSPropertyWebkitBorderRadius:
1251 case CSSPropertyOutlineOffset:
1254 case CSSPropertyTextShadow: // CSS2 property, dropped in CSS2.1, back in CSS3, so treat as CSS3
1255 case CSSPropertyWebkitBoxShadow:
1261 case CSSPropertyWebkitBoxReflect:
1267 case CSSPropertyOpacity:
1270 case CSSPropertyWebkitBoxAlign:
1275 case CSSPropertyWebkitBoxDirection:
1279 case CSSPropertyWebkitBoxLines:
1283 case CSSPropertyWebkitBoxOrient:
1288 case CSSPropertyWebkitBoxPack:
1293 case CSSPropertyWebkitBoxFlex:
1296 case CSSPropertyWebkitBoxFlexGroup:
1297 case CSSPropertyWebkitBoxOrdinalGroup:
1300 case CSSPropertyWebkitBoxSizing:
1303 case CSSPropertyWebkitColorCorrection:
1306 case CSSPropertyWebkitMarquee: {
1312 case CSSPropertyWebkitMarqueeDirection:
1318 case CSSPropertyWebkitMarqueeIncrement:
1324 case CSSPropertyWebkitMarqueeStyle:
1328 case CSSPropertyWebkitMarqueeRepetition:
1334 case CSSPropertyWebkitMarqueeSpeed:
1341 case CSSPropertyWapMarqueeDir:
1345 case CSSPropertyWapMarqueeStyle:
1349 case CSSPropertyWapMarqueeLoop:
1355 case CSSPropertyWapMarqueeSpeed:
1362 case CSSPropertyWebkitUserDrag: // auto | none | element
1366 case CSSPropertyWebkitUserModify: // read-only | read-write
1370 case CSSPropertyWebkitUserSelect: // auto | none | text
1374 case CSSPropertyTextOverflow: // clip | ellipsis
1378 case CSSPropertyWebkitTransform:
1390 case CSSPropertyWebkitTransformOrigin:
1391 case CSSPropertyWebkitTransformOriginX:
1392 case CSSPropertyWebkitTransformOriginY:
1393 case CSSPropertyWebkitTransformOriginZ: {
1408 case CSSPropertyWebkitTransformStyle:
1412 case CSSPropertyWebkitBackfaceVisibility:
1416 case CSSPropertyWebkitPerspective:
1431 case CSSPropertyWebkitPerspectiveOrigin:
1432 case CSSPropertyWebkitPerspectiveOriginX:
1433 case CSSPropertyWebkitPerspectiveOriginY: {
1445 case CSSPropertyWebkitAnimationDelay:
1446 case CSSPropertyWebkitAnimationDirection:
1447 case CSSPropertyWebkitAnimationDuration:
1448 case CSSPropertyWebkitAnimationName:
1449 case CSSPropertyWebkitAnimationPlayState:
1450 case CSSPropertyWebkitAnimationIterationCount:
1451 case CSSPropertyWebkitAnimationTimingFunction:
1452 case CSSPropertyWebkitTransitionDelay:
1453 case CSSPropertyWebkitTransitionDuration:
1454 case CSSPropertyWebkitTransitionTimingFunction:
1455 case CSSPropertyWebkitTransitionProperty: {
1463 case CSSPropertyWebkitMarginCollapse: {
1482 case CSSPropertyWebkitMarginTopCollapse:
1483 case CSSPropertyWebkitMarginBottomCollapse:
1487 case CSSPropertyTextLineThroughMode:
1488 case CSSPropertyTextOverlineMode:
1489 case CSSPropertyTextUnderlineMode:
1493 case CSSPropertyTextLineThroughStyle:
1494 case CSSPropertyTextOverlineStyle:
1495 case CSSPropertyTextUnderlineStyle:
1501 case CSSPropertyTextRendering: // auto | optimizeSpeed | optimizeLegibility | geometricPrecision
1506 case CSSPropertyTextLineThroughWidth:
1507 case CSSPropertyTextOverlineWidth:
1508 case CSSPropertyTextUnderlineWidth:
1515 case CSSPropertyResize: // none | both | horizontal | vertical | auto
1519 case CSSPropertyWebkitColumnCount:
1525 case CSSPropertyWebkitColumnGap: // normal | <length>
1531 case CSSPropertyWebkitColumnWidth: // auto | <length>
1537 case CSSPropertyPointerEvents:
1549 case CSSPropertyWebkitLineClamp:
1554 case CSSPropertyWebkitTextSizeAdjust:
1558 case CSSPropertyWebkitRtlOrdering:
1563 case CSSPropertyWebkitFontSizeDelta: // <length>
1567 case CSSPropertyWebkitNbspMode: // normal | space
1572 case CSSPropertyWebkitLineBreak: // normal | after-white-space
1577 case CSSPropertyWebkitMatchNearestMailBlockquoteColor: // normal | match
1582 case CSSPropertyWebkitHighlight:
1587 case CSSPropertyWebkitBorderFit:
1592 case CSSPropertyWebkitTextSecurity:
1598 case CSSPropertyWebkitFontSmoothing:
1605 case CSSPropertyWebkitDashboardRegion: // <dashboard-region> | <dashboard-region>
1613 case CSSPropertyBackground: {
1622 case CSSPropertyWebkitMask: {
1628 case CSSPropertyBorder:
1635 case CSSPropertyBorderTop:
1642 case CSSPropertyBorderRight:
1649 case CSSPropertyBorderBottom:
1656 case CSSPropertyBorderLeft:
1663 case CSSPropertyOutline:
1670 case
1677 case CSSPropertyBorderWidth:
1684 case CSSPropertyBorderStyle:
1691 case CSSPropertyMargin:
1698 case CSSPropertyPadding:
1705 case CSSPropertyFont:
1713 case CSSPropertyListStyle:
1719 case CSSPropertyWebkitColumns: {
1723 case CSSPropertyWebkitColumnRule: {
1728 case CSSPropertyWebkitTextStroke: {
1732 case CSSPropertyWebkitAnimation:
1734 case CSSPropertyWebkitTransition:
1736 case CSSPropertyInvalid:
1738 case CSSPropertyFontStretch:
1739 case CSSPropertyPage:
1740 case CSSPropertyTextLineThrough:
1741 case CSSPropertyTextOverline:
1742 case CSSPropertyTextUnderline:
1743 case CSSPropertyWebkitVariableDeclarationBlock:
1746 case CSSPropertyWebkitTapHighlightColor:
2118 case 1: {
2129 case 2: {
2140 case 3: {
2149 case 4: {
2482 case CSSPropertyBackgroundColor:
2487 case CSSPropertyBackgroundAttachment:
2488 case CSSPropertyWebkitMaskAttachment:
2494 case CSSPropertyBackgroundImage:
2495 case CSSPropertyWebkitMaskImage:
2499 case CSSPropertyWebkitBackgroundClip:
2500 case CSSPropertyWebkitBackgroundOrigin:
2501 case CSSPropertyWebkitMaskClip:
2502 case CSSPropertyWebkitMaskOrigin:
2513 case CSSPropertyBackgroundClip:
2517 case CSSPropertyBackgroundOrigin:
2523 case CSSPropertyBackgroundPosition:
2524 case CSSPropertyWebkitMaskPosition:
2528 case CSSPropertyBackgroundPositionX:
2529 case CSSPropertyWebkitMaskPositionX: {
2536 case CSSPropertyBackgroundPositionY:
2537 case CSSPropertyWebkitMaskPositionY: {
2544 case CSSPropertyWebkitBackgroundComposite:
2545 case CSSPropertyWebkitMaskComposite:
2551 case CSSPropertyBackgroundRepeat:
2552 case CSSPropertyWebkitMaskRepeat:
2556 case CSSPropertyBackgroundSize:
2557 case CSSPropertyWebkitBackgroundSize:
2558 case CSSPropertyWebkitMaskSize: {
2759 case CSSPropertyWebkitAnimationDelay:
2760 case CSSPropertyWebkitTransitionDelay:
2765 case CSSPropertyWebkitAnimationDirection:
2770 case CSSPropertyWebkitAnimationDuration:
2771 case CSSPropertyWebkitTransitionDuration:
2776 case CSSPropertyWebkitAnimationIterationCount:
2781 case CSSPropertyWebkitAnimationName:
2786 case CSSPropertyWebkitAnimationPlayState:
2791 case CSSPropertyWebkitTransitionProperty:
2796 case CSSPropertyWebkitAnimationTimingFunction:
2797 case CSSPropertyWebkitTransitionTimingFunction:
3267 // indicate that we are in the @font-face case.
3314 // indicate that we are in the @font-face case.
3362 // indicate that we are in the @font-face case.
3719 // Handle the ,, case gracefully by doing nothing.
3894 case CSSValueAbove:
3897 case CSSValueBelow:
3900 case CSSValueLeft:
3903 case CSSValueRight:
4202 case ID:
4210 case VAL: {
4619 case CSSPropertyWebkitTransformOrigin:
4623 case CSSPropertyWebkitTransformOriginX: {
4630 case CSSPropertyWebkitTransformOriginY: {
4637 case CSSPropertyWebkitTransformOriginZ: {
4659 case CSSPropertyWebkitPerspectiveOrigin:
4662 case CSSPropertyWebkitPerspectiveOriginX: {
4669 case CSSPropertyWebkitPerspectiveOriginY: {
4697 case WHITESPACE:
4698 case SGML_CD:
4699 case INCLUDES:
4700 case DASHMATCH:
4703 case URI:
4704 case STRING:
4705 case IDENT:
4706 case NTH:
4707 case HEX:
4708 case IDSEL:
4709 case DIMEN:
4710 case UNICODERANGE:
4711 case FUNCTION:
4712 case NOTFUNCTION:
4713 case VARCALL:
4718 case IMPORT_SYM:
4719 case PAGE_SYM:
4720 case MEDIA_SYM:
4721 case FONT_FACE_SYM:
4722 case CHARSET_SYM:
4723 case NAMESPACE_SYM:
4724 case WEBKIT_KEYFRAMES_SYM:
4726 case IMPORTANT_SYM:
4729 case QEMS:
4731 case GRADS:
4732 case TURNS:
4734 case DEGS:
4735 case RADS:
4736 case KHERZ:
4737 case REMS:
4739 case MSECS:
4740 case HERZ:
4741 case EMS:
4742 case EXS:
4743 case PXS:
4744 case CMS:
4745 case MMS:
4746 case INS:
4747 case PTS:
4748 case PCS:
4750 case SECS:
4751 case PERCENTAGE:
4753 case FLOATTOKEN:
4754 case INTEGER:
4797 case STRING:
4800 case HEX:
4801 case IDSEL:
4805 case URI:
4824 case VARCALL:
4854 // ### handle \r\n case