Home | History | Annotate | Download | only in rendering

Lines Matching full:case

292         case CSSValueIcon: {
301 case CSSValueMenu:
306 case CSSValueMessageBox:
311 case CSSValueStatusBar:
316 case CSSValueCaption:
321 case CSSValueSmallCaption:
326 case CSSValueWebkitSmallControl:
327 case CSSValueWebkitMiniControl: // Just map to small.
328 case CSSValueWebkitControl: // Just map to small.
356 case PushButtonPart:
357 case ButtonPart:
358 case DefaultButtonPart:
374 case PushButtonPart:
375 case ButtonPart:
376 case DefaultButtonPart:
383 case RadioPart:
384 case CheckboxPart:
393 case MenulistPart:
458 case PushButtonPart:
459 case ButtonPart:
460 case DefaultButtonPart:
461 case CheckboxPart:
462 case RadioPart:
466 case MenulistPart:
470 case SearchFieldPart:
471 case TextFieldPart:
472 case TextAreaPart:
476 case SliderHorizontalPart:
480 case SliderVerticalPart:
484 case SliderThumbHorizontalPart:
488 case SliderThumbVerticalPart:
505 case PushButtonPart:
506 case ButtonPart:
507 case DefaultButtonPart:
511 case CheckboxPart:
515 case MenulistPart:
516 case MenulistButtonPart:
525 case RadioPart:
529 case SearchFieldPart:
530 case TextFieldPart:
531 case TextAreaPart:
535 case SliderHorizontalPart:
539 case SliderVerticalPart:
543 case SliderThumbHorizontalPart:
547 case SliderThumbVerticalPart:
915 case CSSValueActiveborder: return COLOR_ACTIVEBORDER;
916 case CSSValueActivecaption: return COLOR_ACTIVECAPTION;
917 case CSSValueAppworkspace: return COLOR_APPWORKSPACE;
918 case CSSValueBackground: return COLOR_BACKGROUND;
919 case CSSValueButtonface: return COLOR_BTNFACE;
920 case CSSValueButtonhighlight: return COLOR_BTNHIGHLIGHT;
921 case CSSValueButtonshadow: return COLOR_BTNSHADOW;
922 case CSSValueButtontext: return COLOR_BTNTEXT;
923 case CSSValueCaptiontext: return COLOR_CAPTIONTEXT;
924 case CSSValueGraytext: return COLOR_GRAYTEXT;
925 case CSSValueHighlight: return COLOR_HIGHLIGHT;
926 case CSSValueHighlighttext: return COLOR_HIGHLIGHTTEXT;
927 case CSSValueInactiveborder: return COLOR_INACTIVEBORDER;
928 case CSSValueInactivecaption: return COLOR_INACTIVECAPTION;
929 case CSSValueInactivecaptiontext: return COLOR_INACTIVECAPTIONTEXT;
930 case CSSValueInfobackground: return COLOR_INFOBK;
931 case CSSValueInfotext: return COLOR_INFOTEXT;
932 case CSSValueMenu: return COLOR_MENU;
933 case CSSValueMenutext: return COLOR_MENUTEXT;
934 case CSSValueScrollbar: return COLOR_SCROLLBAR;
935 case CSSValueThreeddarkshadow: return COLOR_3DDKSHADOW;
936 case CSSValueThreedface: return COLOR_3DFACE;
937 case CSSValueThreedhighlight: return COLOR_3DHIGHLIGHT;
938 case CSSValueThreedlightshadow: return COLOR_3DLIGHT;
939 case CSSValueThreedshadow: return COLOR_3DSHADOW;
940 case CSSValueWindow: return COLOR_WINDOW;
941 case CSSValueWindowframe: return COLOR_WINDOWFRAME;
942 case CSSValueWindowtext: return COLOR_WINDOWTEXT;