Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: Source/core/css/DeprecatedStyleBuilder.cpp

Issue 15157002: Begin moving DeprecatedStyleBuilder properties to new generated StyleBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: move StyleBuilder call to below DeprecatedStyleBuilder Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/resolver/StyleBuilder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 setPropertyHandler(CSSPropertyBackgroundImage, ApplyPropertyFillLayer<StyleI mage*, CSSPropertyBackgroundImage, BackgroundFillLayer, &RenderStyle::accessBack groundLayers, &RenderStyle::backgroundLayers, &FillLayer::isImageSet, &FillLayer ::image, &FillLayer::setImage, &FillLayer::clearImage, &FillLayer::initialFillIm age, &CSSToStyleMap::mapFillImage>::createHandler()); 2027 setPropertyHandler(CSSPropertyBackgroundImage, ApplyPropertyFillLayer<StyleI mage*, CSSPropertyBackgroundImage, BackgroundFillLayer, &RenderStyle::accessBack groundLayers, &RenderStyle::backgroundLayers, &FillLayer::isImageSet, &FillLayer ::image, &FillLayer::setImage, &FillLayer::clearImage, &FillLayer::initialFillIm age, &CSSToStyleMap::mapFillImage>::createHandler());
2028 setPropertyHandler(CSSPropertyBackgroundOrigin, ApplyPropertyFillLayer<EFill Box, CSSPropertyBackgroundOrigin, BackgroundFillLayer, &RenderStyle::accessBackg roundLayers, &RenderStyle::backgroundLayers, &FillLayer::isOriginSet, &FillLayer ::origin, &FillLayer::setOrigin, &FillLayer::clearOrigin, &FillLayer::initialFil lOrigin, &CSSToStyleMap::mapFillOrigin>::createHandler()); 2028 setPropertyHandler(CSSPropertyBackgroundOrigin, ApplyPropertyFillLayer<EFill Box, CSSPropertyBackgroundOrigin, BackgroundFillLayer, &RenderStyle::accessBackg roundLayers, &RenderStyle::backgroundLayers, &FillLayer::isOriginSet, &FillLayer ::origin, &FillLayer::setOrigin, &FillLayer::clearOrigin, &FillLayer::initialFil lOrigin, &CSSToStyleMap::mapFillOrigin>::createHandler());
2029 setPropertyHandler(CSSPropertyBackgroundPositionX, ApplyPropertyFillLayer<Le ngth, CSSPropertyBackgroundPositionX, BackgroundFillLayer, &RenderStyle::accessB ackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isXPositionSet, &Fi llLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillL ayer::initialFillXPosition, &CSSToStyleMap::mapFillXPosition>::createHandler()); 2029 setPropertyHandler(CSSPropertyBackgroundPositionX, ApplyPropertyFillLayer<Le ngth, CSSPropertyBackgroundPositionX, BackgroundFillLayer, &RenderStyle::accessB ackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isXPositionSet, &Fi llLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillL ayer::initialFillXPosition, &CSSToStyleMap::mapFillXPosition>::createHandler());
2030 setPropertyHandler(CSSPropertyBackgroundPositionY, ApplyPropertyFillLayer<Le ngth, CSSPropertyBackgroundPositionY, BackgroundFillLayer, &RenderStyle::accessB ackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isYPositionSet, &Fi llLayer::yPosition, &FillLayer::setYPosition, &FillLayer::clearYPosition, &FillL ayer::initialFillYPosition, &CSSToStyleMap::mapFillYPosition>::createHandler()); 2030 setPropertyHandler(CSSPropertyBackgroundPositionY, ApplyPropertyFillLayer<Le ngth, CSSPropertyBackgroundPositionY, BackgroundFillLayer, &RenderStyle::accessB ackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isYPositionSet, &Fi llLayer::yPosition, &FillLayer::setYPosition, &FillLayer::clearYPosition, &FillL ayer::initialFillYPosition, &CSSToStyleMap::mapFillYPosition>::createHandler());
2031 setPropertyHandler(CSSPropertyBackgroundRepeatX, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyBackgroundRepeatX, BackgroundFillLayer, &RenderStyle::access BackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isRepeatXSet, &Fil lLayer::repeatX, &FillLayer::setRepeatX, &FillLayer::clearRepeatX, &FillLayer::i nitialFillRepeatX, &CSSToStyleMap::mapFillRepeatX>::createHandler()); 2031 setPropertyHandler(CSSPropertyBackgroundRepeatX, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyBackgroundRepeatX, BackgroundFillLayer, &RenderStyle::access BackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isRepeatXSet, &Fil lLayer::repeatX, &FillLayer::setRepeatX, &FillLayer::clearRepeatX, &FillLayer::i nitialFillRepeatX, &CSSToStyleMap::mapFillRepeatX>::createHandler());
2032 setPropertyHandler(CSSPropertyBackgroundRepeatY, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyBackgroundRepeatY, BackgroundFillLayer, &RenderStyle::access BackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isRepeatYSet, &Fil lLayer::repeatY, &FillLayer::setRepeatY, &FillLayer::clearRepeatY, &FillLayer::i nitialFillRepeatY, &CSSToStyleMap::mapFillRepeatY>::createHandler()); 2032 setPropertyHandler(CSSPropertyBackgroundRepeatY, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyBackgroundRepeatY, BackgroundFillLayer, &RenderStyle::access BackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isRepeatYSet, &Fil lLayer::repeatY, &FillLayer::setRepeatY, &FillLayer::clearRepeatY, &FillLayer::i nitialFillRepeatY, &CSSToStyleMap::mapFillRepeatY>::createHandler());
2033 setPropertyHandler(CSSPropertyBackgroundSize, ApplyPropertyFillLayer<FillSiz e, CSSPropertyBackgroundSize, BackgroundFillLayer, &RenderStyle::accessBackgroun dLayers, &RenderStyle::backgroundLayers, &FillLayer::isSizeSet, &FillLayer::size , &FillLayer::setSize, &FillLayer::clearSize, &FillLayer::initialFillSize, &CSST oStyleMap::mapFillSize>::createHandler()); 2033 setPropertyHandler(CSSPropertyBackgroundSize, ApplyPropertyFillLayer<FillSiz e, CSSPropertyBackgroundSize, BackgroundFillLayer, &RenderStyle::accessBackgroun dLayers, &RenderStyle::backgroundLayers, &FillLayer::isSizeSet, &FillLayer::size , &FillLayer::setSize, &FillLayer::clearSize, &FillLayer::initialFillSize, &CSST oStyleMap::mapFillSize>::createHandler());
2034 setPropertyHandler(CSSPropertyBorderBottomColor, ApplyPropertyColor<NoInheri tFromParent, &RenderStyle::borderBottomColor, &RenderStyle::setBorderBottomColor , &RenderStyle::setVisitedLinkBorderBottomColor, &RenderStyle::color>::createHan dler()); 2034 setPropertyHandler(CSSPropertyBorderBottomColor, ApplyPropertyColor<NoInheri tFromParent, &RenderStyle::borderBottomColor, &RenderStyle::setBorderBottomColor , &RenderStyle::setVisitedLinkBorderBottomColor, &RenderStyle::color>::createHan dler());
2035 setPropertyHandler(CSSPropertyBorderBottomLeftRadius, ApplyPropertyBorderRad ius<&RenderStyle::borderBottomLeftRadius, &RenderStyle::setBorderBottomLeftRadiu s, &RenderStyle::initialBorderRadius>::createHandler()); 2035 setPropertyHandler(CSSPropertyBorderBottomLeftRadius, ApplyPropertyBorderRad ius<&RenderStyle::borderBottomLeftRadius, &RenderStyle::setBorderBottomLeftRadiu s, &RenderStyle::initialBorderRadius>::createHandler());
2036 setPropertyHandler(CSSPropertyBorderBottomRightRadius, ApplyPropertyBorderRa dius<&RenderStyle::borderBottomRightRadius, &RenderStyle::setBorderBottomRightRa dius, &RenderStyle::initialBorderRadius>::createHandler()); 2036 setPropertyHandler(CSSPropertyBorderBottomRightRadius, ApplyPropertyBorderRa dius<&RenderStyle::borderBottomRightRadius, &RenderStyle::setBorderBottomRightRa dius, &RenderStyle::initialBorderRadius>::createHandler());
2037 setPropertyHandler(CSSPropertyBorderBottomStyle, ApplyPropertyDefault<EBorde rStyle, &RenderStyle::borderBottomStyle, EBorderStyle, &RenderStyle::setBorderBo ttomStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
2038 setPropertyHandler(CSSPropertyBorderBottomWidth, ApplyPropertyComputeLength< unsigned, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth, & RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandle r()); 2037 setPropertyHandler(CSSPropertyBorderBottomWidth, ApplyPropertyComputeLength< unsigned, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth, & RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandle r());
2039 setPropertyHandler(CSSPropertyBorderCollapse, ApplyPropertyDefault<EBorderCo llapse, &RenderStyle::borderCollapse, EBorderCollapse, &RenderStyle::setBorderCo llapse, EBorderCollapse, &RenderStyle::initialBorderCollapse>::createHandler());
2040 setPropertyHandler(CSSPropertyBorderImageOutset, ApplyPropertyBorderImageMod ifier<BorderImage, Outset>::createHandler()); 2038 setPropertyHandler(CSSPropertyBorderImageOutset, ApplyPropertyBorderImageMod ifier<BorderImage, Outset>::createHandler());
2041 setPropertyHandler(CSSPropertyBorderImageRepeat, ApplyPropertyBorderImageMod ifier<BorderImage, Repeat>::createHandler()); 2039 setPropertyHandler(CSSPropertyBorderImageRepeat, ApplyPropertyBorderImageMod ifier<BorderImage, Repeat>::createHandler());
2042 setPropertyHandler(CSSPropertyBorderImageSlice, ApplyPropertyBorderImageModi fier<BorderImage, Slice>::createHandler()); 2040 setPropertyHandler(CSSPropertyBorderImageSlice, ApplyPropertyBorderImageModi fier<BorderImage, Slice>::createHandler());
2043 setPropertyHandler(CSSPropertyBorderImageSource, ApplyPropertyBorderImageSou rce<CSSPropertyBorderImageSource, &RenderStyle::borderImageSource, &RenderStyle: :setBorderImageSource, &RenderStyle::initialBorderImageSource>::createHandler()) ; 2041 setPropertyHandler(CSSPropertyBorderImageSource, ApplyPropertyBorderImageSou rce<CSSPropertyBorderImageSource, &RenderStyle::borderImageSource, &RenderStyle: :setBorderImageSource, &RenderStyle::initialBorderImageSource>::createHandler()) ;
2044 setPropertyHandler(CSSPropertyBorderImageWidth, ApplyPropertyBorderImageModi fier<BorderImage, Width>::createHandler()); 2042 setPropertyHandler(CSSPropertyBorderImageWidth, ApplyPropertyBorderImageModi fier<BorderImage, Width>::createHandler());
2045 setPropertyHandler(CSSPropertyBorderLeftColor, ApplyPropertyColor<NoInheritF romParent, &RenderStyle::borderLeftColor, &RenderStyle::setBorderLeftColor, &Ren derStyle::setVisitedLinkBorderLeftColor, &RenderStyle::color>::createHandler()); 2043 setPropertyHandler(CSSPropertyBorderLeftColor, ApplyPropertyColor<NoInheritF romParent, &RenderStyle::borderLeftColor, &RenderStyle::setBorderLeftColor, &Ren derStyle::setVisitedLinkBorderLeftColor, &RenderStyle::color>::createHandler());
2046 setPropertyHandler(CSSPropertyBorderLeftStyle, ApplyPropertyDefault<EBorderS tyle, &RenderStyle::borderLeftStyle, EBorderStyle, &RenderStyle::setBorderLeftSt yle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
2047 setPropertyHandler(CSSPropertyBorderLeftWidth, ApplyPropertyComputeLength<un signed, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth, &Render Style::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler()); 2044 setPropertyHandler(CSSPropertyBorderLeftWidth, ApplyPropertyComputeLength<un signed, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth, &Render Style::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
2048 setPropertyHandler(CSSPropertyBorderRightColor, ApplyPropertyColor<NoInherit FromParent, &RenderStyle::borderRightColor, &RenderStyle::setBorderRightColor, & RenderStyle::setVisitedLinkBorderRightColor, &RenderStyle::color>::createHandler ()); 2045 setPropertyHandler(CSSPropertyBorderRightColor, ApplyPropertyColor<NoInherit FromParent, &RenderStyle::borderRightColor, &RenderStyle::setBorderRightColor, & RenderStyle::setVisitedLinkBorderRightColor, &RenderStyle::color>::createHandler ());
2049 setPropertyHandler(CSSPropertyBorderRightStyle, ApplyPropertyDefault<EBorder Style, &RenderStyle::borderRightStyle, EBorderStyle, &RenderStyle::setBorderRigh tStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
2050 setPropertyHandler(CSSPropertyBorderRightWidth, ApplyPropertyComputeLength<u nsigned, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth, &Ren derStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler() ); 2046 setPropertyHandler(CSSPropertyBorderRightWidth, ApplyPropertyComputeLength<u nsigned, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth, &Ren derStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler() );
2051 setPropertyHandler(CSSPropertyBorderTopColor, ApplyPropertyColor<NoInheritFr omParent, &RenderStyle::borderTopColor, &RenderStyle::setBorderTopColor, &Render Style::setVisitedLinkBorderTopColor, &RenderStyle::color>::createHandler()); 2047 setPropertyHandler(CSSPropertyBorderTopColor, ApplyPropertyColor<NoInheritFr omParent, &RenderStyle::borderTopColor, &RenderStyle::setBorderTopColor, &Render Style::setVisitedLinkBorderTopColor, &RenderStyle::color>::createHandler());
2052 setPropertyHandler(CSSPropertyBorderTopLeftRadius, ApplyPropertyBorderRadius <&RenderStyle::borderTopLeftRadius, &RenderStyle::setBorderTopLeftRadius, &Rende rStyle::initialBorderRadius>::createHandler()); 2048 setPropertyHandler(CSSPropertyBorderTopLeftRadius, ApplyPropertyBorderRadius <&RenderStyle::borderTopLeftRadius, &RenderStyle::setBorderTopLeftRadius, &Rende rStyle::initialBorderRadius>::createHandler());
2053 setPropertyHandler(CSSPropertyBorderTopRightRadius, ApplyPropertyBorderRadiu s<&RenderStyle::borderTopRightRadius, &RenderStyle::setBorderTopRightRadius, &Re nderStyle::initialBorderRadius>::createHandler()); 2049 setPropertyHandler(CSSPropertyBorderTopRightRadius, ApplyPropertyBorderRadiu s<&RenderStyle::borderTopRightRadius, &RenderStyle::setBorderTopRightRadius, &Re nderStyle::initialBorderRadius>::createHandler());
2054 setPropertyHandler(CSSPropertyBorderTopStyle, ApplyPropertyDefault<EBorderSt yle, &RenderStyle::borderTopStyle, EBorderStyle, &RenderStyle::setBorderTopStyle , EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
2055 setPropertyHandler(CSSPropertyBorderTopWidth, ApplyPropertyComputeLength<uns igned, &RenderStyle::borderTopWidth, &RenderStyle::setBorderTopWidth, &RenderSty le::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler()); 2050 setPropertyHandler(CSSPropertyBorderTopWidth, ApplyPropertyComputeLength<uns igned, &RenderStyle::borderTopWidth, &RenderStyle::setBorderTopWidth, &RenderSty le::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
2056 setPropertyHandler(CSSPropertyBottom, ApplyPropertyLength<&RenderStyle::bott om, &RenderStyle::setBottom, &RenderStyle::initialOffset, AutoEnabled>::createHa ndler()); 2051 setPropertyHandler(CSSPropertyBottom, ApplyPropertyLength<&RenderStyle::bott om, &RenderStyle::setBottom, &RenderStyle::initialOffset, AutoEnabled>::createHa ndler());
2057 setPropertyHandler(CSSPropertyBoxSizing, ApplyPropertyDefault<EBoxSizing, &R enderStyle::boxSizing, EBoxSizing, &RenderStyle::setBoxSizing, EBoxSizing, &Rend erStyle::initialBoxSizing>::createHandler());
2058 setPropertyHandler(CSSPropertyCaptionSide, ApplyPropertyDefault<ECaptionSide , &RenderStyle::captionSide, ECaptionSide, &RenderStyle::setCaptionSide, ECaptio nSide, &RenderStyle::initialCaptionSide>::createHandler());
2059 setPropertyHandler(CSSPropertyClear, ApplyPropertyDefault<EClear, &RenderSty le::clear, EClear, &RenderStyle::setClear, EClear, &RenderStyle::initialClear>:: createHandler());
2060 setPropertyHandler(CSSPropertyClip, ApplyPropertyClip::createHandler()); 2052 setPropertyHandler(CSSPropertyClip, ApplyPropertyClip::createHandler());
2061 setPropertyHandler(CSSPropertyColor, ApplyPropertyColor<InheritFromParent, & RenderStyle::color, &RenderStyle::setColor, &RenderStyle::setVisitedLinkColor, & RenderStyle::invalidColor, RenderStyle::initialColor>::createHandler()); 2053 setPropertyHandler(CSSPropertyColor, ApplyPropertyColor<InheritFromParent, & RenderStyle::color, &RenderStyle::setColor, &RenderStyle::setVisitedLinkColor, & RenderStyle::invalidColor, RenderStyle::initialColor>::createHandler());
2062 setPropertyHandler(CSSPropertyCounterIncrement, ApplyPropertyCounter<Increme nt>::createHandler()); 2054 setPropertyHandler(CSSPropertyCounterIncrement, ApplyPropertyCounter<Increme nt>::createHandler());
2063 setPropertyHandler(CSSPropertyCounterReset, ApplyPropertyCounter<Reset>::cre ateHandler()); 2055 setPropertyHandler(CSSPropertyCounterReset, ApplyPropertyCounter<Reset>::cre ateHandler());
2064 setPropertyHandler(CSSPropertyCursor, ApplyPropertyCursor::createHandler()); 2056 setPropertyHandler(CSSPropertyCursor, ApplyPropertyCursor::createHandler());
2065 setPropertyHandler(CSSPropertyDirection, ApplyPropertyDirection<&RenderStyle ::direction, &RenderStyle::setDirection, RenderStyle::initialDirection>::createH andler()); 2057 setPropertyHandler(CSSPropertyDirection, ApplyPropertyDirection<&RenderStyle ::direction, &RenderStyle::setDirection, RenderStyle::initialDirection>::createH andler());
2066 setPropertyHandler(CSSPropertyDisplay, ApplyPropertyDisplay::createHandler() ); 2058 setPropertyHandler(CSSPropertyDisplay, ApplyPropertyDisplay::createHandler() );
2067 setPropertyHandler(CSSPropertyEmptyCells, ApplyPropertyDefault<EEmptyCell, & RenderStyle::emptyCells, EEmptyCell, &RenderStyle::setEmptyCells, EEmptyCell, &R enderStyle::initialEmptyCells>::createHandler());
2068 setPropertyHandler(CSSPropertyFloat, ApplyPropertyDefault<EFloat, &RenderSty le::floating, EFloat, &RenderStyle::setFloating, EFloat, &RenderStyle::initialFl oating>::createHandler());
2069 setPropertyHandler(CSSPropertyFontFamily, ApplyPropertyFontFamily::createHan dler()); 2059 setPropertyHandler(CSSPropertyFontFamily, ApplyPropertyFontFamily::createHan dler());
2070 setPropertyHandler(CSSPropertyFontSize, ApplyPropertyFontSize::createHandler ()); 2060 setPropertyHandler(CSSPropertyFontSize, ApplyPropertyFontSize::createHandler ());
2071 setPropertyHandler(CSSPropertyFontStyle, ApplyPropertyFont<FontItalic, &Font Description::italic, &FontDescription::setItalic, FontItalicOff>::createHandler( )); 2061 setPropertyHandler(CSSPropertyFontStyle, ApplyPropertyFont<FontItalic, &Font Description::italic, &FontDescription::setItalic, FontItalicOff>::createHandler( ));
2072 setPropertyHandler(CSSPropertyFontVariant, ApplyPropertyFont<FontSmallCaps, &FontDescription::smallCaps, &FontDescription::setSmallCaps, FontSmallCapsOff>:: createHandler()); 2062 setPropertyHandler(CSSPropertyFontVariant, ApplyPropertyFont<FontSmallCaps, &FontDescription::smallCaps, &FontDescription::setSmallCaps, FontSmallCapsOff>:: createHandler());
2073 setPropertyHandler(CSSPropertyFontWeight, ApplyPropertyFontWeight::createHan dler()); 2063 setPropertyHandler(CSSPropertyFontWeight, ApplyPropertyFontWeight::createHan dler());
2074 setPropertyHandler(CSSPropertyHeight, ApplyPropertyLength<&RenderStyle::heig ht, &RenderStyle::setHeight, &RenderStyle::initialSize, AutoEnabled, LegacyIntri nsicEnabled, IntrinsicEnabled, NoneDisabled, UndefinedDisabled>::createHandler() ); 2064 setPropertyHandler(CSSPropertyHeight, ApplyPropertyLength<&RenderStyle::heig ht, &RenderStyle::setHeight, &RenderStyle::initialSize, AutoEnabled, LegacyIntri nsicEnabled, IntrinsicEnabled, NoneDisabled, UndefinedDisabled>::createHandler() );
2075 setPropertyHandler(CSSPropertyImageRendering, ApplyPropertyDefault<EImageRen dering, &RenderStyle::imageRendering, EImageRendering, &RenderStyle::setImageRen dering, EImageRendering, &RenderStyle::initialImageRendering>::createHandler());
2076 setPropertyHandler(CSSPropertyLeft, ApplyPropertyLength<&RenderStyle::left, &RenderStyle::setLeft, &RenderStyle::initialOffset, AutoEnabled>::createHandler( )); 2065 setPropertyHandler(CSSPropertyLeft, ApplyPropertyLength<&RenderStyle::left, &RenderStyle::setLeft, &RenderStyle::initialOffset, AutoEnabled>::createHandler( ));
2077 setPropertyHandler(CSSPropertyLetterSpacing, ApplyPropertyComputeLength<int, &RenderStyle::letterSpacing, &RenderStyle::setLetterSpacing, &RenderStyle::init ialLetterWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createH andler()); 2066 setPropertyHandler(CSSPropertyLetterSpacing, ApplyPropertyComputeLength<int, &RenderStyle::letterSpacing, &RenderStyle::setLetterSpacing, &RenderStyle::init ialLetterWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createH andler());
2078 setPropertyHandler(CSSPropertyLineHeight, ApplyPropertyLineHeight::createHan dler()); 2067 setPropertyHandler(CSSPropertyLineHeight, ApplyPropertyLineHeight::createHan dler());
2079 setPropertyHandler(CSSPropertyListStyleImage, ApplyPropertyStyleImage<&Rende rStyle::listStyleImage, &RenderStyle::setListStyleImage, &RenderStyle::initialLi stStyleImage, CSSPropertyListStyleImage>::createHandler()); 2068 setPropertyHandler(CSSPropertyListStyleImage, ApplyPropertyStyleImage<&Rende rStyle::listStyleImage, &RenderStyle::setListStyleImage, &RenderStyle::initialLi stStyleImage, CSSPropertyListStyleImage>::createHandler());
2080 setPropertyHandler(CSSPropertyListStylePosition, ApplyPropertyDefault<EListS tylePosition, &RenderStyle::listStylePosition, EListStylePosition, &RenderStyle: :setListStylePosition, EListStylePosition, &RenderStyle::initialListStylePositio n>::createHandler());
2081 setPropertyHandler(CSSPropertyListStyleType, ApplyPropertyDefault<EListStyle Type, &RenderStyle::listStyleType, EListStyleType, &RenderStyle::setListStyleTyp e, EListStyleType, &RenderStyle::initialListStyleType>::createHandler());
2082 setPropertyHandler(CSSPropertyMarginBottom, ApplyPropertyLength<&RenderStyle ::marginBottom, &RenderStyle::setMarginBottom, &RenderStyle::initialMargin, Auto Enabled>::createHandler()); 2069 setPropertyHandler(CSSPropertyMarginBottom, ApplyPropertyLength<&RenderStyle ::marginBottom, &RenderStyle::setMarginBottom, &RenderStyle::initialMargin, Auto Enabled>::createHandler());
2083 setPropertyHandler(CSSPropertyMarginLeft, ApplyPropertyLength<&RenderStyle:: marginLeft, &RenderStyle::setMarginLeft, &RenderStyle::initialMargin, AutoEnable d>::createHandler()); 2070 setPropertyHandler(CSSPropertyMarginLeft, ApplyPropertyLength<&RenderStyle:: marginLeft, &RenderStyle::setMarginLeft, &RenderStyle::initialMargin, AutoEnable d>::createHandler());
2084 setPropertyHandler(CSSPropertyMarginRight, ApplyPropertyLength<&RenderStyle: :marginRight, &RenderStyle::setMarginRight, &RenderStyle::initialMargin, AutoEna bled>::createHandler()); 2071 setPropertyHandler(CSSPropertyMarginRight, ApplyPropertyLength<&RenderStyle: :marginRight, &RenderStyle::setMarginRight, &RenderStyle::initialMargin, AutoEna bled>::createHandler());
2085 setPropertyHandler(CSSPropertyMarginTop, ApplyPropertyLength<&RenderStyle::m arginTop, &RenderStyle::setMarginTop, &RenderStyle::initialMargin, AutoEnabled>: :createHandler()); 2072 setPropertyHandler(CSSPropertyMarginTop, ApplyPropertyLength<&RenderStyle::m arginTop, &RenderStyle::setMarginTop, &RenderStyle::initialMargin, AutoEnabled>: :createHandler());
2086 setPropertyHandler(CSSPropertyMaxHeight, ApplyPropertyLength<&RenderStyle::m axHeight, &RenderStyle::setMaxHeight, &RenderStyle::initialMaxSize, AutoEnabled, LegacyIntrinsicEnabled, IntrinsicEnabled, NoneEnabled, UndefinedEnabled>::creat eHandler()); 2073 setPropertyHandler(CSSPropertyMaxHeight, ApplyPropertyLength<&RenderStyle::m axHeight, &RenderStyle::setMaxHeight, &RenderStyle::initialMaxSize, AutoEnabled, LegacyIntrinsicEnabled, IntrinsicEnabled, NoneEnabled, UndefinedEnabled>::creat eHandler());
2087 setPropertyHandler(CSSPropertyMaxWidth, ApplyPropertyLength<&RenderStyle::ma xWidth, &RenderStyle::setMaxWidth, &RenderStyle::initialMaxSize, AutoEnabled, Le gacyIntrinsicEnabled, IntrinsicEnabled, NoneEnabled, UndefinedEnabled>::createHa ndler()); 2074 setPropertyHandler(CSSPropertyMaxWidth, ApplyPropertyLength<&RenderStyle::ma xWidth, &RenderStyle::setMaxWidth, &RenderStyle::initialMaxSize, AutoEnabled, Le gacyIntrinsicEnabled, IntrinsicEnabled, NoneEnabled, UndefinedEnabled>::createHa ndler());
2088 setPropertyHandler(CSSPropertyMinHeight, ApplyPropertyLength<&RenderStyle::m inHeight, &RenderStyle::setMinHeight, &RenderStyle::initialMinSize, AutoEnabled, LegacyIntrinsicEnabled, IntrinsicEnabled>::createHandler()); 2075 setPropertyHandler(CSSPropertyMinHeight, ApplyPropertyLength<&RenderStyle::m inHeight, &RenderStyle::setMinHeight, &RenderStyle::initialMinSize, AutoEnabled, LegacyIntrinsicEnabled, IntrinsicEnabled>::createHandler());
2089 setPropertyHandler(CSSPropertyMinWidth, ApplyPropertyLength<&RenderStyle::mi nWidth, &RenderStyle::setMinWidth, &RenderStyle::initialMinSize, AutoEnabled, Le gacyIntrinsicEnabled, IntrinsicEnabled>::createHandler()); 2076 setPropertyHandler(CSSPropertyMinWidth, ApplyPropertyLength<&RenderStyle::mi nWidth, &RenderStyle::setMinWidth, &RenderStyle::initialMinSize, AutoEnabled, Le gacyIntrinsicEnabled, IntrinsicEnabled>::createHandler());
2090 setPropertyHandler(CSSPropertyMixBlendMode, ApplyPropertyDefault<BlendMode, &RenderStyle::blendMode, BlendMode, &RenderStyle::setBlendMode, BlendMode, &Rend erStyle::initialBlendMode>::createHandler());
2091 setPropertyHandler(CSSPropertyOpacity, ApplyPropertyDefault<float, &RenderSt yle::opacity, float, &RenderStyle::setOpacity, float, &RenderStyle::initialOpaci ty>::createHandler());
2092 setPropertyHandler(CSSPropertyOrphans, ApplyPropertyAuto<short, &RenderStyle ::orphans, &RenderStyle::setOrphans, &RenderStyle::hasAutoOrphans, &RenderStyle: :setHasAutoOrphans>::createHandler()); 2077 setPropertyHandler(CSSPropertyOrphans, ApplyPropertyAuto<short, &RenderStyle ::orphans, &RenderStyle::setOrphans, &RenderStyle::hasAutoOrphans, &RenderStyle: :setHasAutoOrphans>::createHandler());
2093 setPropertyHandler(CSSPropertyOutlineColor, ApplyPropertyColor<NoInheritFrom Parent, &RenderStyle::outlineColor, &RenderStyle::setOutlineColor, &RenderStyle: :setVisitedLinkOutlineColor, &RenderStyle::color>::createHandler()); 2078 setPropertyHandler(CSSPropertyOutlineColor, ApplyPropertyColor<NoInheritFrom Parent, &RenderStyle::outlineColor, &RenderStyle::setOutlineColor, &RenderStyle: :setVisitedLinkOutlineColor, &RenderStyle::color>::createHandler());
2094 setPropertyHandler(CSSPropertyOutlineOffset, ApplyPropertyComputeLength<int, &RenderStyle::outlineOffset, &RenderStyle::setOutlineOffset, &RenderStyle::init ialOutlineOffset>::createHandler()); 2079 setPropertyHandler(CSSPropertyOutlineOffset, ApplyPropertyComputeLength<int, &RenderStyle::outlineOffset, &RenderStyle::setOutlineOffset, &RenderStyle::init ialOutlineOffset>::createHandler());
2095 setPropertyHandler(CSSPropertyOutlineStyle, ApplyPropertyOutlineStyle::creat eHandler()); 2080 setPropertyHandler(CSSPropertyOutlineStyle, ApplyPropertyOutlineStyle::creat eHandler());
2096 setPropertyHandler(CSSPropertyOutlineWidth, ApplyPropertyComputeLength<unsig ned short, &RenderStyle::outlineWidth, &RenderStyle::setOutlineWidth, &RenderSty le::initialOutlineWidth, NormalDisabled, ThicknessEnabled>::createHandler()); 2081 setPropertyHandler(CSSPropertyOutlineWidth, ApplyPropertyComputeLength<unsig ned short, &RenderStyle::outlineWidth, &RenderStyle::setOutlineWidth, &RenderSty le::initialOutlineWidth, NormalDisabled, ThicknessEnabled>::createHandler());
2097 setPropertyHandler(CSSPropertyOverflowWrap, ApplyPropertyDefault<EOverflowWr ap, &RenderStyle::overflowWrap, EOverflowWrap, &RenderStyle::setOverflowWrap, EO verflowWrap, &RenderStyle::initialOverflowWrap>::createHandler());
2098 setPropertyHandler(CSSPropertyOverflowX, ApplyPropertyDefault<EOverflow, &Re nderStyle::overflowX, EOverflow, &RenderStyle::setOverflowX, EOverflow, &RenderS tyle::initialOverflowX>::createHandler());
2099 setPropertyHandler(CSSPropertyOverflowY, ApplyPropertyDefault<EOverflow, &Re nderStyle::overflowY, EOverflow, &RenderStyle::setOverflowY, EOverflow, &RenderS tyle::initialOverflowY>::createHandler());
2100 setPropertyHandler(CSSPropertyPaddingBottom, ApplyPropertyLength<&RenderStyl e::paddingBottom, &RenderStyle::setPaddingBottom, &RenderStyle::initialPadding>: :createHandler()); 2082 setPropertyHandler(CSSPropertyPaddingBottom, ApplyPropertyLength<&RenderStyl e::paddingBottom, &RenderStyle::setPaddingBottom, &RenderStyle::initialPadding>: :createHandler());
2101 setPropertyHandler(CSSPropertyPaddingLeft, ApplyPropertyLength<&RenderStyle: :paddingLeft, &RenderStyle::setPaddingLeft, &RenderStyle::initialPadding>::creat eHandler()); 2083 setPropertyHandler(CSSPropertyPaddingLeft, ApplyPropertyLength<&RenderStyle: :paddingLeft, &RenderStyle::setPaddingLeft, &RenderStyle::initialPadding>::creat eHandler());
2102 setPropertyHandler(CSSPropertyPaddingRight, ApplyPropertyLength<&RenderStyle ::paddingRight, &RenderStyle::setPaddingRight, &RenderStyle::initialPadding>::cr eateHandler()); 2084 setPropertyHandler(CSSPropertyPaddingRight, ApplyPropertyLength<&RenderStyle ::paddingRight, &RenderStyle::setPaddingRight, &RenderStyle::initialPadding>::cr eateHandler());
2103 setPropertyHandler(CSSPropertyPaddingTop, ApplyPropertyLength<&RenderStyle:: paddingTop, &RenderStyle::setPaddingTop, &RenderStyle::initialPadding>::createHa ndler()); 2085 setPropertyHandler(CSSPropertyPaddingTop, ApplyPropertyLength<&RenderStyle:: paddingTop, &RenderStyle::setPaddingTop, &RenderStyle::initialPadding>::createHa ndler());
2104 setPropertyHandler(CSSPropertyPageBreakAfter, ApplyPropertyDefault<EPageBrea k, &RenderStyle::pageBreakAfter, EPageBreak, &RenderStyle::setPageBreakAfter, EP ageBreak, &RenderStyle::initialPageBreak>::createHandler());
2105 setPropertyHandler(CSSPropertyPageBreakBefore, ApplyPropertyDefault<EPageBre ak, &RenderStyle::pageBreakBefore, EPageBreak, &RenderStyle::setPageBreakBefore, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2106 setPropertyHandler(CSSPropertyPageBreakInside, ApplyPropertyDefault<EPageBre ak, &RenderStyle::pageBreakInside, EPageBreak, &RenderStyle::setPageBreakInside, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2107 setPropertyHandler(CSSPropertyPointerEvents, ApplyPropertyDefault<EPointerEv ents, &RenderStyle::pointerEvents, EPointerEvents, &RenderStyle::setPointerEvent s, EPointerEvents, &RenderStyle::initialPointerEvents>::createHandler());
2108 setPropertyHandler(CSSPropertyPosition, ApplyPropertyDefault<EPosition, &Ren derStyle::position, EPosition, &RenderStyle::setPosition, EPosition, &RenderStyl e::initialPosition>::createHandler());
2109 setPropertyHandler(CSSPropertyResize, ApplyPropertyResize::createHandler()); 2086 setPropertyHandler(CSSPropertyResize, ApplyPropertyResize::createHandler());
2110 setPropertyHandler(CSSPropertyRight, ApplyPropertyLength<&RenderStyle::right , &RenderStyle::setRight, &RenderStyle::initialOffset, AutoEnabled>::createHandl er()); 2087 setPropertyHandler(CSSPropertyRight, ApplyPropertyLength<&RenderStyle::right , &RenderStyle::setRight, &RenderStyle::initialOffset, AutoEnabled>::createHandl er());
2111 setPropertyHandler(CSSPropertySize, ApplyPropertyPageSize::createHandler()); 2088 setPropertyHandler(CSSPropertySize, ApplyPropertyPageSize::createHandler());
2112 setPropertyHandler(CSSPropertySpeak, ApplyPropertyDefault<ESpeak, &RenderSty le::speak, ESpeak, &RenderStyle::setSpeak, ESpeak, &RenderStyle::initialSpeak>:: createHandler());
2113 setPropertyHandler(CSSPropertyTableLayout, ApplyPropertyDefault<ETableLayout , &RenderStyle::tableLayout, ETableLayout, &RenderStyle::setTableLayout, ETableL ayout, &RenderStyle::initialTableLayout>::createHandler());
2114 setPropertyHandler(CSSPropertyTabSize, ApplyPropertyDefault<unsigned, &Rende rStyle::tabSize, unsigned, &RenderStyle::setTabSize, unsigned, &RenderStyle::ini tialTabSize>::createHandler());
2115 setPropertyHandler(CSSPropertyTextAlign, ApplyPropertyTextAlign::createHandl er()); 2089 setPropertyHandler(CSSPropertyTextAlign, ApplyPropertyTextAlign::createHandl er());
2116 setPropertyHandler(CSSPropertyTextDecoration, ApplyPropertyTextDecoration::c reateHandler()); 2090 setPropertyHandler(CSSPropertyTextDecoration, ApplyPropertyTextDecoration::c reateHandler());
2117 #if ENABLE(CSS3_TEXT) 2091 #if ENABLE(CSS3_TEXT)
2118 setPropertyHandler(CSSPropertyWebkitTextDecorationLine, ApplyPropertyTextDec oration::createHandler()); 2092 setPropertyHandler(CSSPropertyWebkitTextDecorationLine, ApplyPropertyTextDec oration::createHandler());
2119 setPropertyHandler(CSSPropertyWebkitTextDecorationStyle, ApplyPropertyDefaul t<TextDecorationStyle, &RenderStyle::textDecorationStyle, TextDecorationStyle, & RenderStyle::setTextDecorationStyle, TextDecorationStyle, &RenderStyle::initialT extDecorationStyle>::createHandler());
2120 setPropertyHandler(CSSPropertyWebkitTextDecorationColor, ApplyPropertyColor< NoInheritFromParent, &RenderStyle::textDecorationColor, &RenderStyle::setTextDec orationColor, &RenderStyle::setVisitedLinkTextDecorationColor, &RenderStyle::col or>::createHandler()); 2093 setPropertyHandler(CSSPropertyWebkitTextDecorationColor, ApplyPropertyColor< NoInheritFromParent, &RenderStyle::textDecorationColor, &RenderStyle::setTextDec orationColor, &RenderStyle::setVisitedLinkTextDecorationColor, &RenderStyle::col or>::createHandler());
2121 setPropertyHandler(CSSPropertyWebkitTextAlignLast, ApplyPropertyDefault<Text AlignLast, &RenderStyle::textAlignLast, TextAlignLast, &RenderStyle::setTextAlig nLast, TextAlignLast, &RenderStyle::initialTextAlignLast>::createHandler());
2122 setPropertyHandler(CSSPropertyWebkitTextUnderlinePosition, ApplyPropertyText UnderlinePosition::createHandler()); 2094 setPropertyHandler(CSSPropertyWebkitTextUnderlinePosition, ApplyPropertyText UnderlinePosition::createHandler());
2123 #endif // CSS3_TEXT 2095 #endif // CSS3_TEXT
2124 setPropertyHandler(CSSPropertyTextIndent, ApplyPropertyTextIndent::createHan dler()); 2096 setPropertyHandler(CSSPropertyTextIndent, ApplyPropertyTextIndent::createHan dler());
2125 setPropertyHandler(CSSPropertyTextOverflow, ApplyPropertyDefault<TextOverflo w, &RenderStyle::textOverflow, TextOverflow, &RenderStyle::setTextOverflow, Text Overflow, &RenderStyle::initialTextOverflow>::createHandler());
2126 setPropertyHandler(CSSPropertyTextRendering, ApplyPropertyFont<TextRendering Mode, &FontDescription::textRenderingMode, &FontDescription::setTextRenderingMod e, AutoTextRendering>::createHandler()); 2097 setPropertyHandler(CSSPropertyTextRendering, ApplyPropertyFont<TextRendering Mode, &FontDescription::textRenderingMode, &FontDescription::setTextRenderingMod e, AutoTextRendering>::createHandler());
2127 setPropertyHandler(CSSPropertyTextTransform, ApplyPropertyDefault<ETextTrans form, &RenderStyle::textTransform, ETextTransform, &RenderStyle::setTextTransfor m, ETextTransform, &RenderStyle::initialTextTransform>::createHandler());
2128 setPropertyHandler(CSSPropertyTop, ApplyPropertyLength<&RenderStyle::top, &R enderStyle::setTop, &RenderStyle::initialOffset, AutoEnabled>::createHandler()); 2098 setPropertyHandler(CSSPropertyTop, ApplyPropertyLength<&RenderStyle::top, &R enderStyle::setTop, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
2129 setPropertyHandler(CSSPropertyUnicodeBidi, ApplyPropertyDefault<EUnicodeBidi , &RenderStyle::unicodeBidi, EUnicodeBidi, &RenderStyle::setUnicodeBidi, EUnicod eBidi, &RenderStyle::initialUnicodeBidi>::createHandler());
2130 setPropertyHandler(CSSPropertyVerticalAlign, ApplyPropertyVerticalAlign::cre ateHandler()); 2099 setPropertyHandler(CSSPropertyVerticalAlign, ApplyPropertyVerticalAlign::cre ateHandler());
2131 setPropertyHandler(CSSPropertyVisibility, ApplyPropertyDefault<EVisibility, &RenderStyle::visibility, EVisibility, &RenderStyle::setVisibility, EVisibility, &RenderStyle::initialVisibility>::createHandler());
2132 setPropertyHandler(CSSPropertyWebkitAnimationDelay, ApplyPropertyAnimation<d ouble, &CSSAnimationData::delay, &CSSAnimationData::setDelay, &CSSAnimationData: :isDelaySet, &CSSAnimationData::clearDelay, &CSSAnimationData::initialAnimationD elay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessAnimations, &Render Style::animations>::createHandler()); 2100 setPropertyHandler(CSSPropertyWebkitAnimationDelay, ApplyPropertyAnimation<d ouble, &CSSAnimationData::delay, &CSSAnimationData::setDelay, &CSSAnimationData: :isDelaySet, &CSSAnimationData::clearDelay, &CSSAnimationData::initialAnimationD elay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessAnimations, &Render Style::animations>::createHandler());
2133 setPropertyHandler(CSSPropertyWebkitAnimationDirection, ApplyPropertyAnimati on<CSSAnimationData::AnimationDirection, &CSSAnimationData::direction, &CSSAnima tionData::setDirection, &CSSAnimationData::isDirectionSet, &CSSAnimationData::cl earDirection, &CSSAnimationData::initialAnimationDirection, &CSSToStyleMap::mapA nimationDirection, &RenderStyle::accessAnimations, &RenderStyle::animations>::cr eateHandler()); 2101 setPropertyHandler(CSSPropertyWebkitAnimationDirection, ApplyPropertyAnimati on<CSSAnimationData::AnimationDirection, &CSSAnimationData::direction, &CSSAnima tionData::setDirection, &CSSAnimationData::isDirectionSet, &CSSAnimationData::cl earDirection, &CSSAnimationData::initialAnimationDirection, &CSSToStyleMap::mapA nimationDirection, &RenderStyle::accessAnimations, &RenderStyle::animations>::cr eateHandler());
2134 setPropertyHandler(CSSPropertyWebkitAnimationDuration, ApplyPropertyAnimatio n<double, &CSSAnimationData::duration, &CSSAnimationData::setDuration, &CSSAnima tionData::isDurationSet, &CSSAnimationData::clearDuration, &CSSAnimationData::in itialAnimationDuration, &CSSToStyleMap::mapAnimationDuration, &RenderStyle::acce ssAnimations, &RenderStyle::animations>::createHandler()); 2102 setPropertyHandler(CSSPropertyWebkitAnimationDuration, ApplyPropertyAnimatio n<double, &CSSAnimationData::duration, &CSSAnimationData::setDuration, &CSSAnima tionData::isDurationSet, &CSSAnimationData::clearDuration, &CSSAnimationData::in itialAnimationDuration, &CSSToStyleMap::mapAnimationDuration, &RenderStyle::acce ssAnimations, &RenderStyle::animations>::createHandler());
2135 setPropertyHandler(CSSPropertyWebkitAnimationFillMode, ApplyPropertyAnimatio n<unsigned, &CSSAnimationData::fillMode, &CSSAnimationData::setFillMode, &CSSAni mationData::isFillModeSet, &CSSAnimationData::clearFillMode, &CSSAnimationData:: initialAnimationFillMode, &CSSToStyleMap::mapAnimationFillMode, &RenderStyle::ac cessAnimations, &RenderStyle::animations>::createHandler()); 2103 setPropertyHandler(CSSPropertyWebkitAnimationFillMode, ApplyPropertyAnimatio n<unsigned, &CSSAnimationData::fillMode, &CSSAnimationData::setFillMode, &CSSAni mationData::isFillModeSet, &CSSAnimationData::clearFillMode, &CSSAnimationData:: initialAnimationFillMode, &CSSToStyleMap::mapAnimationFillMode, &RenderStyle::ac cessAnimations, &RenderStyle::animations>::createHandler());
2136 setPropertyHandler(CSSPropertyWebkitAnimationIterationCount, ApplyPropertyAn imation<double, &CSSAnimationData::iterationCount, &CSSAnimationData::setIterati onCount, &CSSAnimationData::isIterationCountSet, &CSSAnimationData::clearIterati onCount, &CSSAnimationData::initialAnimationIterationCount, &CSSToStyleMap::mapA nimationIterationCount, &RenderStyle::accessAnimations, &RenderStyle::animations >::createHandler()); 2104 setPropertyHandler(CSSPropertyWebkitAnimationIterationCount, ApplyPropertyAn imation<double, &CSSAnimationData::iterationCount, &CSSAnimationData::setIterati onCount, &CSSAnimationData::isIterationCountSet, &CSSAnimationData::clearIterati onCount, &CSSAnimationData::initialAnimationIterationCount, &CSSToStyleMap::mapA nimationIterationCount, &RenderStyle::accessAnimations, &RenderStyle::animations >::createHandler());
2137 setPropertyHandler(CSSPropertyWebkitAnimationName, ApplyPropertyAnimation<co nst String&, &CSSAnimationData::name, &CSSAnimationData::setName, &CSSAnimationD ata::isNameSet, &CSSAnimationData::clearName, &CSSAnimationData::initialAnimatio nName, &CSSToStyleMap::mapAnimationName, &RenderStyle::accessAnimations, &Render Style::animations>::createHandler()); 2105 setPropertyHandler(CSSPropertyWebkitAnimationName, ApplyPropertyAnimation<co nst String&, &CSSAnimationData::name, &CSSAnimationData::setName, &CSSAnimationD ata::isNameSet, &CSSAnimationData::clearName, &CSSAnimationData::initialAnimatio nName, &CSSToStyleMap::mapAnimationName, &RenderStyle::accessAnimations, &Render Style::animations>::createHandler());
2138 setPropertyHandler(CSSPropertyWebkitAnimationPlayState, ApplyPropertyAnimati on<EAnimPlayState, &CSSAnimationData::playState, &CSSAnimationData::setPlayState , &CSSAnimationData::isPlayStateSet, &CSSAnimationData::clearPlayState, &CSSAnim ationData::initialAnimationPlayState, &CSSToStyleMap::mapAnimationPlayState, &Re nderStyle::accessAnimations, &RenderStyle::animations>::createHandler()); 2106 setPropertyHandler(CSSPropertyWebkitAnimationPlayState, ApplyPropertyAnimati on<EAnimPlayState, &CSSAnimationData::playState, &CSSAnimationData::setPlayState , &CSSAnimationData::isPlayStateSet, &CSSAnimationData::clearPlayState, &CSSAnim ationData::initialAnimationPlayState, &CSSToStyleMap::mapAnimationPlayState, &Re nderStyle::accessAnimations, &RenderStyle::animations>::createHandler());
2139 setPropertyHandler(CSSPropertyWebkitAnimationTimingFunction, ApplyPropertyAn imation<const PassRefPtr<TimingFunction>, &CSSAnimationData::timingFunction, &CS SAnimationData::setTimingFunction, &CSSAnimationData::isTimingFunctionSet, &CSSA nimationData::clearTimingFunction, &CSSAnimationData::initialAnimationTimingFunc tion, &CSSToStyleMap::mapAnimationTimingFunction, &RenderStyle::accessAnimations , &RenderStyle::animations>::createHandler()); 2107 setPropertyHandler(CSSPropertyWebkitAnimationTimingFunction, ApplyPropertyAn imation<const PassRefPtr<TimingFunction>, &CSSAnimationData::timingFunction, &CS SAnimationData::setTimingFunction, &CSSAnimationData::isTimingFunctionSet, &CSSA nimationData::clearTimingFunction, &CSSAnimationData::initialAnimationTimingFunc tion, &CSSToStyleMap::mapAnimationTimingFunction, &RenderStyle::accessAnimations , &RenderStyle::animations>::createHandler());
2140 setPropertyHandler(CSSPropertyWebkitAppearance, ApplyPropertyDefault<Control Part, &RenderStyle::appearance, ControlPart, &RenderStyle::setAppearance, Contro lPart, &RenderStyle::initialAppearance>::createHandler());
2141 setPropertyHandler(CSSPropertyWebkitAspectRatio, ApplyPropertyAspectRatio::c reateHandler()); 2108 setPropertyHandler(CSSPropertyWebkitAspectRatio, ApplyPropertyAspectRatio::c reateHandler());
2142 setPropertyHandler(CSSPropertyWebkitBackfaceVisibility, ApplyPropertyDefault <EBackfaceVisibility, &RenderStyle::backfaceVisibility, EBackfaceVisibility, &Re nderStyle::setBackfaceVisibility, EBackfaceVisibility, &RenderStyle::initialBack faceVisibility>::createHandler());
2143 setPropertyHandler(CSSPropertyWebkitBackgroundClip, CSSPropertyBackgroundCli p); 2109 setPropertyHandler(CSSPropertyWebkitBackgroundClip, CSSPropertyBackgroundCli p);
2144 setPropertyHandler(CSSPropertyWebkitBackgroundComposite, ApplyPropertyFillLa yer<CompositeOperator, CSSPropertyWebkitBackgroundComposite, BackgroundFillLayer , &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLay er::isCompositeSet, &FillLayer::composite, &FillLayer::setComposite, &FillLayer: :clearComposite, &FillLayer::initialFillComposite, &CSSToStyleMap::mapFillCompos ite>::createHandler()); 2110 setPropertyHandler(CSSPropertyWebkitBackgroundComposite, ApplyPropertyFillLa yer<CompositeOperator, CSSPropertyWebkitBackgroundComposite, BackgroundFillLayer , &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLay er::isCompositeSet, &FillLayer::composite, &FillLayer::setComposite, &FillLayer: :clearComposite, &FillLayer::initialFillComposite, &CSSToStyleMap::mapFillCompos ite>::createHandler());
2145 setPropertyHandler(CSSPropertyWebkitBackgroundOrigin, CSSPropertyBackgroundO rigin); 2111 setPropertyHandler(CSSPropertyWebkitBackgroundOrigin, CSSPropertyBackgroundO rigin);
2146 setPropertyHandler(CSSPropertyWebkitBackgroundSize, CSSPropertyBackgroundSiz e); 2112 setPropertyHandler(CSSPropertyWebkitBackgroundSize, CSSPropertyBackgroundSiz e);
2147 setPropertyHandler(CSSPropertyWebkitBorderFit, ApplyPropertyDefault<EBorderF it, &RenderStyle::borderFit, EBorderFit, &RenderStyle::setBorderFit, EBorderFit, &RenderStyle::initialBorderFit>::createHandler());
2148 setPropertyHandler(CSSPropertyWebkitBorderHorizontalSpacing, ApplyPropertyCo mputeLength<short, &RenderStyle::horizontalBorderSpacing, &RenderStyle::setHoriz ontalBorderSpacing, &RenderStyle::initialHorizontalBorderSpacing>::createHandler ()); 2113 setPropertyHandler(CSSPropertyWebkitBorderHorizontalSpacing, ApplyPropertyCo mputeLength<short, &RenderStyle::horizontalBorderSpacing, &RenderStyle::setHoriz ontalBorderSpacing, &RenderStyle::initialHorizontalBorderSpacing>::createHandler ());
2149 setPropertyHandler(CSSPropertyWebkitBorderImage, ApplyPropertyBorderImage<Bo rderImage, CSSPropertyWebkitBorderImage, &RenderStyle::borderImage, &RenderStyle ::setBorderImage>::createHandler()); 2114 setPropertyHandler(CSSPropertyWebkitBorderImage, ApplyPropertyBorderImage<Bo rderImage, CSSPropertyWebkitBorderImage, &RenderStyle::borderImage, &RenderStyle ::setBorderImage>::createHandler());
2150 setPropertyHandler(CSSPropertyWebkitBorderVerticalSpacing, ApplyPropertyComp uteLength<short, &RenderStyle::verticalBorderSpacing, &RenderStyle::setVerticalB orderSpacing, &RenderStyle::initialVerticalBorderSpacing>::createHandler()); 2115 setPropertyHandler(CSSPropertyWebkitBorderVerticalSpacing, ApplyPropertyComp uteLength<short, &RenderStyle::verticalBorderSpacing, &RenderStyle::setVerticalB orderSpacing, &RenderStyle::initialVerticalBorderSpacing>::createHandler());
2151 setPropertyHandler(CSSPropertyWebkitBoxAlign, ApplyPropertyDefault<EBoxAlign ment, &RenderStyle::boxAlign, EBoxAlignment, &RenderStyle::setBoxAlign, EBoxAlig nment, &RenderStyle::initialBoxAlign>::createHandler());
2152 setPropertyHandler(CSSPropertyWebkitBoxDecorationBreak, ApplyPropertyDefault <EBoxDecorationBreak, &RenderStyle::boxDecorationBreak, EBoxDecorationBreak, &Re nderStyle::setBoxDecorationBreak, EBoxDecorationBreak, &RenderStyle::initialBoxD ecorationBreak>::createHandler());
2153 setPropertyHandler(CSSPropertyWebkitBoxDirection, ApplyPropertyDefault<EBoxD irection, &RenderStyle::boxDirection, EBoxDirection, &RenderStyle::setBoxDirecti on, EBoxDirection, &RenderStyle::initialBoxDirection>::createHandler());
2154 setPropertyHandler(CSSPropertyWebkitBoxFlex, ApplyPropertyDefault<float, &Re nderStyle::boxFlex, float, &RenderStyle::setBoxFlex, float, &RenderStyle::initia lBoxFlex>::createHandler());
2155 setPropertyHandler(CSSPropertyWebkitBoxFlexGroup, ApplyPropertyDefault<unsig ned int, &RenderStyle::boxFlexGroup, unsigned int, &RenderStyle::setBoxFlexGroup , unsigned int, &RenderStyle::initialBoxFlexGroup>::createHandler());
2156 setPropertyHandler(CSSPropertyWebkitBoxLines, ApplyPropertyDefault<EBoxLines , &RenderStyle::boxLines, EBoxLines, &RenderStyle::setBoxLines, EBoxLines, &Rend erStyle::initialBoxLines>::createHandler());
2157 setPropertyHandler(CSSPropertyWebkitBoxOrdinalGroup, ApplyPropertyDefault<un signed int, &RenderStyle::boxOrdinalGroup, unsigned int, &RenderStyle::setBoxOrd inalGroup, unsigned int, &RenderStyle::initialBoxOrdinalGroup>::createHandler()) ;
2158 setPropertyHandler(CSSPropertyWebkitBoxOrient, ApplyPropertyDefault<EBoxOrie nt, &RenderStyle::boxOrient, EBoxOrient, &RenderStyle::setBoxOrient, EBoxOrient, &RenderStyle::initialBoxOrient>::createHandler());
2159 setPropertyHandler(CSSPropertyWebkitBoxPack, ApplyPropertyDefault<EBoxPack, &RenderStyle::boxPack, EBoxPack, &RenderStyle::setBoxPack, EBoxPack, &RenderStyl e::initialBoxPack>::createHandler());
2160 setPropertyHandler(CSSPropertyWebkitColorCorrection, ApplyPropertyDefault<Co lorSpace, &RenderStyle::colorSpace, ColorSpace, &RenderStyle::setColorSpace, Col orSpace, &RenderStyle::initialColorSpace>::createHandler());
2161 setPropertyHandler(CSSPropertyWebkitColumnAxis, ApplyPropertyDefault<ColumnA xis, &RenderStyle::columnAxis, ColumnAxis, &RenderStyle::setColumnAxis, ColumnAx is, &RenderStyle::initialColumnAxis>::createHandler());
2162 setPropertyHandler(CSSPropertyWebkitColumnBreakAfter, ApplyPropertyDefault<E PageBreak, &RenderStyle::columnBreakAfter, EPageBreak, &RenderStyle::setColumnBr eakAfter, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2163 setPropertyHandler(CSSPropertyWebkitColumnBreakBefore, ApplyPropertyDefault< EPageBreak, &RenderStyle::columnBreakBefore, EPageBreak, &RenderStyle::setColumn BreakBefore, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2164 setPropertyHandler(CSSPropertyWebkitColumnBreakInside, ApplyPropertyDefault< EPageBreak, &RenderStyle::columnBreakInside, EPageBreak, &RenderStyle::setColumn BreakInside, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2165 setPropertyHandler(CSSPropertyWebkitColumnCount, ApplyPropertyAuto<unsigned short, &RenderStyle::columnCount, &RenderStyle::setColumnCount, &RenderStyle::ha sAutoColumnCount, &RenderStyle::setHasAutoColumnCount>::createHandler()); 2116 setPropertyHandler(CSSPropertyWebkitColumnCount, ApplyPropertyAuto<unsigned short, &RenderStyle::columnCount, &RenderStyle::setColumnCount, &RenderStyle::ha sAutoColumnCount, &RenderStyle::setHasAutoColumnCount>::createHandler());
2166 setPropertyHandler(CSSPropertyWebkitColumnGap, ApplyPropertyAuto<float, &Ren derStyle::columnGap, &RenderStyle::setColumnGap, &RenderStyle::hasNormalColumnGa p, &RenderStyle::setHasNormalColumnGap, ComputeLength, CSSValueNormal>::createHa ndler()); 2117 setPropertyHandler(CSSPropertyWebkitColumnGap, ApplyPropertyAuto<float, &Ren derStyle::columnGap, &RenderStyle::setColumnGap, &RenderStyle::hasNormalColumnGa p, &RenderStyle::setHasNormalColumnGap, ComputeLength, CSSValueNormal>::createHa ndler());
2167 setPropertyHandler(CSSPropertyWebkitColumnProgression, ApplyPropertyDefault< ColumnProgression, &RenderStyle::columnProgression, ColumnProgression, &RenderSt yle::setColumnProgression, ColumnProgression, &RenderStyle::initialColumnProgres sion>::createHandler());
2168 setPropertyHandler(CSSPropertyWebkitColumnRuleColor, ApplyPropertyColor<NoIn heritFromParent, &RenderStyle::columnRuleColor, &RenderStyle::setColumnRuleColor , &RenderStyle::setVisitedLinkColumnRuleColor, &RenderStyle::color>::createHandl er()); 2118 setPropertyHandler(CSSPropertyWebkitColumnRuleColor, ApplyPropertyColor<NoIn heritFromParent, &RenderStyle::columnRuleColor, &RenderStyle::setColumnRuleColor , &RenderStyle::setVisitedLinkColumnRuleColor, &RenderStyle::color>::createHandl er());
2169 setPropertyHandler(CSSPropertyWebkitColumnRuleWidth, ApplyPropertyComputeLen gth<unsigned short, &RenderStyle::columnRuleWidth, &RenderStyle::setColumnRuleWi dth, &RenderStyle::initialColumnRuleWidth, NormalDisabled, ThicknessEnabled>::cr eateHandler()); 2119 setPropertyHandler(CSSPropertyWebkitColumnRuleWidth, ApplyPropertyComputeLen gth<unsigned short, &RenderStyle::columnRuleWidth, &RenderStyle::setColumnRuleWi dth, &RenderStyle::initialColumnRuleWidth, NormalDisabled, ThicknessEnabled>::cr eateHandler());
2170 setPropertyHandler(CSSPropertyWebkitColumnSpan, ApplyPropertyDefault<ColumnS pan, &RenderStyle::columnSpan, ColumnSpan, &RenderStyle::setColumnSpan, ColumnSp an, &RenderStyle::initialColumnSpan>::createHandler());
2171 setPropertyHandler(CSSPropertyWebkitColumnRuleStyle, ApplyPropertyDefault<EB orderStyle, &RenderStyle::columnRuleStyle, EBorderStyle, &RenderStyle::setColumn RuleStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
2172 setPropertyHandler(CSSPropertyWebkitColumnWidth, ApplyPropertyAuto<float, &R enderStyle::columnWidth, &RenderStyle::setColumnWidth, &RenderStyle::hasAutoColu mnWidth, &RenderStyle::setHasAutoColumnWidth, ComputeLength>::createHandler()); 2120 setPropertyHandler(CSSPropertyWebkitColumnWidth, ApplyPropertyAuto<float, &R enderStyle::columnWidth, &RenderStyle::setColumnWidth, &RenderStyle::hasAutoColu mnWidth, &RenderStyle::setHasAutoColumnWidth, ComputeLength>::createHandler());
2173 setPropertyHandler(CSSPropertyWebkitAlignContent, ApplyPropertyDefault<EAlig nContent, &RenderStyle::alignContent, EAlignContent, &RenderStyle::setAlignConte nt, EAlignContent, &RenderStyle::initialAlignContent>::createHandler());
2174 setPropertyHandler(CSSPropertyWebkitAlignItems, ApplyPropertyDefault<EAlignI tems, &RenderStyle::alignItems, EAlignItems, &RenderStyle::setAlignItems, EAlign Items, &RenderStyle::initialAlignItems>::createHandler());
2175 setPropertyHandler(CSSPropertyWebkitAlignSelf, ApplyPropertyDefault<EAlignIt ems, &RenderStyle::alignSelf, EAlignItems, &RenderStyle::setAlignSelf, EAlignIte ms, &RenderStyle::initialAlignSelf>::createHandler());
2176 setPropertyHandler(CSSPropertyWebkitFlexBasis, ApplyPropertyLength<&RenderSt yle::flexBasis, &RenderStyle::setFlexBasis, &RenderStyle::initialFlexBasis, Auto Enabled>::createHandler()); 2121 setPropertyHandler(CSSPropertyWebkitFlexBasis, ApplyPropertyLength<&RenderSt yle::flexBasis, &RenderStyle::setFlexBasis, &RenderStyle::initialFlexBasis, Auto Enabled>::createHandler());
2177 setPropertyHandler(CSSPropertyWebkitFlexDirection, ApplyPropertyDefault<EFle xDirection, &RenderStyle::flexDirection, EFlexDirection, &RenderStyle::setFlexDi rection, EFlexDirection, &RenderStyle::initialFlexDirection>::createHandler());
2178 setPropertyHandler(CSSPropertyWebkitFlexGrow, ApplyPropertyDefault<float, &R enderStyle::flexGrow, float, &RenderStyle::setFlexGrow, float, &RenderStyle::ini tialFlexGrow>::createHandler());
2179 setPropertyHandler(CSSPropertyWebkitFlexShrink, ApplyPropertyDefault<float, &RenderStyle::flexShrink, float, &RenderStyle::setFlexShrink, float, &RenderStyl e::initialFlexShrink>::createHandler());
2180 setPropertyHandler(CSSPropertyWebkitFlexWrap, ApplyPropertyDefault<EFlexWrap , &RenderStyle::flexWrap, EFlexWrap, &RenderStyle::setFlexWrap, EFlexWrap, &Rend erStyle::initialFlexWrap>::createHandler());
2181 setPropertyHandler(CSSPropertyWebkitGridAutoFlow, ApplyPropertyDefault<GridA utoFlow, &RenderStyle::gridAutoFlow, GridAutoFlow, &RenderStyle::setGridAutoFlow , GridAutoFlow, &RenderStyle::initialGridAutoFlow>::createHandler());
2182 setPropertyHandler(CSSPropertyWebkitJustifyContent, ApplyPropertyDefault<EJu stifyContent, &RenderStyle::justifyContent, EJustifyContent, &RenderStyle::setJu stifyContent, EJustifyContent, &RenderStyle::initialJustifyContent>::createHandl er());
2183 setPropertyHandler(CSSPropertyWebkitOrder, ApplyPropertyDefault<int, &Render Style::order, int, &RenderStyle::setOrder, int, &RenderStyle::initialOrder>::cre ateHandler());
2184 setPropertyHandler(CSSPropertyWebkitFlowFrom, ApplyPropertyString<MapNoneToN ull, &RenderStyle::regionThread, &RenderStyle::setRegionThread, &RenderStyle::in itialRegionThread>::createHandler()); 2122 setPropertyHandler(CSSPropertyWebkitFlowFrom, ApplyPropertyString<MapNoneToN ull, &RenderStyle::regionThread, &RenderStyle::setRegionThread, &RenderStyle::in itialRegionThread>::createHandler());
2185 setPropertyHandler(CSSPropertyWebkitFlowInto, ApplyPropertyString<MapNoneToN ull, &RenderStyle::flowThread, &RenderStyle::setFlowThread, &RenderStyle::initia lFlowThread>::createHandler()); 2123 setPropertyHandler(CSSPropertyWebkitFlowInto, ApplyPropertyString<MapNoneToN ull, &RenderStyle::flowThread, &RenderStyle::setFlowThread, &RenderStyle::initia lFlowThread>::createHandler());
2186 setPropertyHandler(CSSPropertyWebkitFontKerning, ApplyPropertyFont<FontDescr iption::Kerning, &FontDescription::kerning, &FontDescription::setKerning, FontDe scription::AutoKerning>::createHandler()); 2124 setPropertyHandler(CSSPropertyWebkitFontKerning, ApplyPropertyFont<FontDescr iption::Kerning, &FontDescription::kerning, &FontDescription::setKerning, FontDe scription::AutoKerning>::createHandler());
2187 setPropertyHandler(CSSPropertyWebkitFontSmoothing, ApplyPropertyFont<FontSmo othingMode, &FontDescription::fontSmoothing, &FontDescription::setFontSmoothing, AutoSmoothing>::createHandler()); 2125 setPropertyHandler(CSSPropertyWebkitFontSmoothing, ApplyPropertyFont<FontSmo othingMode, &FontDescription::fontSmoothing, &FontDescription::setFontSmoothing, AutoSmoothing>::createHandler());
2188 setPropertyHandler(CSSPropertyWebkitFontVariantLigatures, ApplyPropertyFontV ariantLigatures::createHandler()); 2126 setPropertyHandler(CSSPropertyWebkitFontVariantLigatures, ApplyPropertyFontV ariantLigatures::createHandler());
2189 setPropertyHandler(CSSPropertyWebkitHighlight, ApplyPropertyString<MapNoneTo Null, &RenderStyle::highlight, &RenderStyle::setHighlight, &RenderStyle::initial Highlight>::createHandler()); 2127 setPropertyHandler(CSSPropertyWebkitHighlight, ApplyPropertyString<MapNoneTo Null, &RenderStyle::highlight, &RenderStyle::setHighlight, &RenderStyle::initial Highlight>::createHandler());
2190 setPropertyHandler(CSSPropertyWebkitHyphenateCharacter, ApplyPropertyString< MapAutoToNull, &RenderStyle::hyphenationString, &RenderStyle::setHyphenationStri ng, &RenderStyle::initialHyphenationString>::createHandler()); 2128 setPropertyHandler(CSSPropertyWebkitHyphenateCharacter, ApplyPropertyString< MapAutoToNull, &RenderStyle::hyphenationString, &RenderStyle::setHyphenationStri ng, &RenderStyle::initialHyphenationString>::createHandler());
2191 setPropertyHandler(CSSPropertyWebkitHyphenateLimitAfter, ApplyPropertyNumber <short, &RenderStyle::hyphenationLimitAfter, &RenderStyle::setHyphenationLimitAf ter, &RenderStyle::initialHyphenationLimitAfter>::createHandler()); 2129 setPropertyHandler(CSSPropertyWebkitHyphenateLimitAfter, ApplyPropertyNumber <short, &RenderStyle::hyphenationLimitAfter, &RenderStyle::setHyphenationLimitAf ter, &RenderStyle::initialHyphenationLimitAfter>::createHandler());
2192 setPropertyHandler(CSSPropertyWebkitHyphenateLimitBefore, ApplyPropertyNumbe r<short, &RenderStyle::hyphenationLimitBefore, &RenderStyle::setHyphenationLimit Before, &RenderStyle::initialHyphenationLimitBefore>::createHandler()); 2130 setPropertyHandler(CSSPropertyWebkitHyphenateLimitBefore, ApplyPropertyNumbe r<short, &RenderStyle::hyphenationLimitBefore, &RenderStyle::setHyphenationLimit Before, &RenderStyle::initialHyphenationLimitBefore>::createHandler());
2193 setPropertyHandler(CSSPropertyWebkitHyphenateLimitLines, ApplyPropertyNumber <short, &RenderStyle::hyphenationLimitLines, &RenderStyle::setHyphenationLimitLi nes, &RenderStyle::initialHyphenationLimitLines, CSSValueNoLimit>::createHandler ()); 2131 setPropertyHandler(CSSPropertyWebkitHyphenateLimitLines, ApplyPropertyNumber <short, &RenderStyle::hyphenationLimitLines, &RenderStyle::setHyphenationLimitLi nes, &RenderStyle::initialHyphenationLimitLines, CSSValueNoLimit>::createHandler ());
2194 setPropertyHandler(CSSPropertyWebkitHyphens, ApplyPropertyDefault<Hyphens, & RenderStyle::hyphens, Hyphens, &RenderStyle::setHyphens, Hyphens, &RenderStyle:: initialHyphens>::createHandler());
2195 setPropertyHandler(CSSPropertyWebkitLineAlign, ApplyPropertyDefault<LineAlig n, &RenderStyle::lineAlign, LineAlign, &RenderStyle::setLineAlign, LineAlign, &R enderStyle::initialLineAlign>::createHandler());
2196 setPropertyHandler(CSSPropertyWebkitLineBreak, ApplyPropertyDefault<LineBrea k, &RenderStyle::lineBreak, LineBreak, &RenderStyle::setLineBreak, LineBreak, &R enderStyle::initialLineBreak>::createHandler());
2197 setPropertyHandler(CSSPropertyWebkitLineClamp, ApplyPropertyDefault<const Li neClampValue&, &RenderStyle::lineClamp, LineClampValue, &RenderStyle::setLineCla mp, LineClampValue, &RenderStyle::initialLineClamp>::createHandler());
2198 setPropertyHandler(CSSPropertyWebkitLineGrid, ApplyPropertyString<MapNoneToN ull, &RenderStyle::lineGrid, &RenderStyle::setLineGrid, &RenderStyle::initialLin eGrid>::createHandler()); 2132 setPropertyHandler(CSSPropertyWebkitLineGrid, ApplyPropertyString<MapNoneToN ull, &RenderStyle::lineGrid, &RenderStyle::setLineGrid, &RenderStyle::initialLin eGrid>::createHandler());
2199 setPropertyHandler(CSSPropertyWebkitLineSnap, ApplyPropertyDefault<LineSnap, &RenderStyle::lineSnap, LineSnap, &RenderStyle::setLineSnap, LineSnap, &RenderS tyle::initialLineSnap>::createHandler());
2200 setPropertyHandler(CSSPropertyWebkitMarginAfterCollapse, ApplyPropertyDefaul t<EMarginCollapse, &RenderStyle::marginAfterCollapse, EMarginCollapse, &RenderSt yle::setMarginAfterCollapse, EMarginCollapse, &RenderStyle::initialMarginAfterCo llapse>::createHandler());
2201 setPropertyHandler(CSSPropertyWebkitMarginBeforeCollapse, ApplyPropertyDefau lt<EMarginCollapse, &RenderStyle::marginBeforeCollapse, EMarginCollapse, &Render Style::setMarginBeforeCollapse, EMarginCollapse, &RenderStyle::initialMarginBefo reCollapse>::createHandler());
2202 setPropertyHandler(CSSPropertyWebkitMarginBottomCollapse, CSSPropertyWebkitM arginAfterCollapse);
2203 setPropertyHandler(CSSPropertyWebkitMarginTopCollapse, CSSPropertyWebkitMarg inBeforeCollapse);
2204 setPropertyHandler(CSSPropertyWebkitMarqueeDirection, ApplyPropertyDefault<E MarqueeDirection, &RenderStyle::marqueeDirection, EMarqueeDirection, &RenderStyl e::setMarqueeDirection, EMarqueeDirection, &RenderStyle::initialMarqueeDirection >::createHandler());
2205 setPropertyHandler(CSSPropertyWebkitMarqueeIncrement, ApplyPropertyMarqueeIn crement::createHandler()); 2133 setPropertyHandler(CSSPropertyWebkitMarqueeIncrement, ApplyPropertyMarqueeIn crement::createHandler());
2206 setPropertyHandler(CSSPropertyWebkitMarqueeRepetition, ApplyPropertyMarqueeR epetition::createHandler()); 2134 setPropertyHandler(CSSPropertyWebkitMarqueeRepetition, ApplyPropertyMarqueeR epetition::createHandler());
2207 setPropertyHandler(CSSPropertyWebkitMarqueeSpeed, ApplyPropertyMarqueeSpeed: :createHandler()); 2135 setPropertyHandler(CSSPropertyWebkitMarqueeSpeed, ApplyPropertyMarqueeSpeed: :createHandler());
2208 setPropertyHandler(CSSPropertyWebkitMarqueeStyle, ApplyPropertyDefault<EMarq ueeBehavior, &RenderStyle::marqueeBehavior, EMarqueeBehavior, &RenderStyle::setM arqueeBehavior, EMarqueeBehavior, &RenderStyle::initialMarqueeBehavior>::createH andler());
2209 setPropertyHandler(CSSPropertyWebkitMaskBoxImage, ApplyPropertyBorderImage<B orderMask, CSSPropertyWebkitMaskBoxImage, &RenderStyle::maskBoxImage, &RenderSty le::setMaskBoxImage>::createHandler()); 2136 setPropertyHandler(CSSPropertyWebkitMaskBoxImage, ApplyPropertyBorderImage<B orderMask, CSSPropertyWebkitMaskBoxImage, &RenderStyle::maskBoxImage, &RenderSty le::setMaskBoxImage>::createHandler());
2210 setPropertyHandler(CSSPropertyWebkitMaskBoxImageOutset, ApplyPropertyBorderI mageModifier<BorderMask, Outset>::createHandler()); 2137 setPropertyHandler(CSSPropertyWebkitMaskBoxImageOutset, ApplyPropertyBorderI mageModifier<BorderMask, Outset>::createHandler());
2211 setPropertyHandler(CSSPropertyWebkitMaskBoxImageRepeat, ApplyPropertyBorderI mageModifier<BorderMask, Repeat>::createHandler()); 2138 setPropertyHandler(CSSPropertyWebkitMaskBoxImageRepeat, ApplyPropertyBorderI mageModifier<BorderMask, Repeat>::createHandler());
2212 setPropertyHandler(CSSPropertyWebkitMaskBoxImageSlice, ApplyPropertyBorderIm ageModifier<BorderMask, Slice>::createHandler()); 2139 setPropertyHandler(CSSPropertyWebkitMaskBoxImageSlice, ApplyPropertyBorderIm ageModifier<BorderMask, Slice>::createHandler());
2213 setPropertyHandler(CSSPropertyWebkitMaskBoxImageSource, ApplyPropertyBorderI mageSource<CSSPropertyWebkitMaskBoxImageSource, &RenderStyle::maskBoxImageSource , &RenderStyle::setMaskBoxImageSource, &RenderStyle::initialMaskBoxImageSource>: :createHandler()); 2140 setPropertyHandler(CSSPropertyWebkitMaskBoxImageSource, ApplyPropertyBorderI mageSource<CSSPropertyWebkitMaskBoxImageSource, &RenderStyle::maskBoxImageSource , &RenderStyle::setMaskBoxImageSource, &RenderStyle::initialMaskBoxImageSource>: :createHandler());
2214 setPropertyHandler(CSSPropertyWebkitMaskBoxImageWidth, ApplyPropertyBorderIm ageModifier<BorderMask, Width>::createHandler()); 2141 setPropertyHandler(CSSPropertyWebkitMaskBoxImageWidth, ApplyPropertyBorderIm ageModifier<BorderMask, Width>::createHandler());
2215 setPropertyHandler(CSSPropertyWebkitMaskClip, ApplyPropertyFillLayer<EFillBo x, CSSPropertyWebkitMaskClip, MaskFillLayer, &RenderStyle::accessMaskLayers, &Re nderStyle::maskLayers, &FillLayer::isClipSet, &FillLayer::clip, &FillLayer::setC lip, &FillLayer::clearClip, &FillLayer::initialFillClip, &CSSToStyleMap::mapFill Clip>::createHandler()); 2142 setPropertyHandler(CSSPropertyWebkitMaskClip, ApplyPropertyFillLayer<EFillBo x, CSSPropertyWebkitMaskClip, MaskFillLayer, &RenderStyle::accessMaskLayers, &Re nderStyle::maskLayers, &FillLayer::isClipSet, &FillLayer::clip, &FillLayer::setC lip, &FillLayer::clearClip, &FillLayer::initialFillClip, &CSSToStyleMap::mapFill Clip>::createHandler());
2216 setPropertyHandler(CSSPropertyWebkitMaskComposite, ApplyPropertyFillLayer<Co mpositeOperator, CSSPropertyWebkitMaskComposite, MaskFillLayer, &RenderStyle::ac cessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isCompositeSet, &FillLayer ::composite, &FillLayer::setComposite, &FillLayer::clearComposite, &FillLayer::i nitialFillComposite, &CSSToStyleMap::mapFillComposite>::createHandler()); 2143 setPropertyHandler(CSSPropertyWebkitMaskComposite, ApplyPropertyFillLayer<Co mpositeOperator, CSSPropertyWebkitMaskComposite, MaskFillLayer, &RenderStyle::ac cessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isCompositeSet, &FillLayer ::composite, &FillLayer::setComposite, &FillLayer::clearComposite, &FillLayer::i nitialFillComposite, &CSSToStyleMap::mapFillComposite>::createHandler());
2217 setPropertyHandler(CSSPropertyWebkitMaskImage, ApplyPropertyFillLayer<StyleI mage*, CSSPropertyWebkitMaskImage, MaskFillLayer, &RenderStyle::accessMaskLayers , &RenderStyle::maskLayers, &FillLayer::isImageSet, &FillLayer::image, &FillLaye r::setImage, &FillLayer::clearImage, &FillLayer::initialFillImage, &CSSToStyleMa p::mapFillImage>::createHandler()); 2144 setPropertyHandler(CSSPropertyWebkitMaskImage, ApplyPropertyFillLayer<StyleI mage*, CSSPropertyWebkitMaskImage, MaskFillLayer, &RenderStyle::accessMaskLayers , &RenderStyle::maskLayers, &FillLayer::isImageSet, &FillLayer::image, &FillLaye r::setImage, &FillLayer::clearImage, &FillLayer::initialFillImage, &CSSToStyleMa p::mapFillImage>::createHandler());
2218 setPropertyHandler(CSSPropertyWebkitMaskOrigin, ApplyPropertyFillLayer<EFill Box, CSSPropertyWebkitMaskOrigin, MaskFillLayer, &RenderStyle::accessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isOriginSet, &FillLayer::origin, &FillLay er::setOrigin, &FillLayer::clearOrigin, &FillLayer::initialFillOrigin, &CSSToSty leMap::mapFillOrigin>::createHandler()); 2145 setPropertyHandler(CSSPropertyWebkitMaskOrigin, ApplyPropertyFillLayer<EFill Box, CSSPropertyWebkitMaskOrigin, MaskFillLayer, &RenderStyle::accessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isOriginSet, &FillLayer::origin, &FillLay er::setOrigin, &FillLayer::clearOrigin, &FillLayer::initialFillOrigin, &CSSToSty leMap::mapFillOrigin>::createHandler());
2219 setPropertyHandler(CSSPropertyWebkitMaskPositionX, ApplyPropertyFillLayer<Le ngth, CSSPropertyWebkitMaskPositionX, MaskFillLayer, &RenderStyle::accessMaskLay ers, &RenderStyle::maskLayers, &FillLayer::isXPositionSet, &FillLayer::xPosition , &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillLayer::initialFillX Position, &CSSToStyleMap::mapFillXPosition>::createHandler()); 2146 setPropertyHandler(CSSPropertyWebkitMaskPositionX, ApplyPropertyFillLayer<Le ngth, CSSPropertyWebkitMaskPositionX, MaskFillLayer, &RenderStyle::accessMaskLay ers, &RenderStyle::maskLayers, &FillLayer::isXPositionSet, &FillLayer::xPosition , &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillLayer::initialFillX Position, &CSSToStyleMap::mapFillXPosition>::createHandler());
2220 setPropertyHandler(CSSPropertyWebkitMaskPositionY, ApplyPropertyFillLayer<Le ngth, CSSPropertyWebkitMaskPositionY, MaskFillLayer, &RenderStyle::accessMaskLay ers, &RenderStyle::maskLayers, &FillLayer::isYPositionSet, &FillLayer::yPosition , &FillLayer::setYPosition, &FillLayer::clearYPosition, &FillLayer::initialFillY Position, &CSSToStyleMap::mapFillYPosition>::createHandler()); 2147 setPropertyHandler(CSSPropertyWebkitMaskPositionY, ApplyPropertyFillLayer<Le ngth, CSSPropertyWebkitMaskPositionY, MaskFillLayer, &RenderStyle::accessMaskLay ers, &RenderStyle::maskLayers, &FillLayer::isYPositionSet, &FillLayer::yPosition , &FillLayer::setYPosition, &FillLayer::clearYPosition, &FillLayer::initialFillY Position, &CSSToStyleMap::mapFillYPosition>::createHandler());
2221 setPropertyHandler(CSSPropertyWebkitMaskRepeatX, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyWebkitMaskRepeatX, MaskFillLayer, &RenderStyle::accessMaskLa yers, &RenderStyle::maskLayers, &FillLayer::isRepeatXSet, &FillLayer::repeatX, & FillLayer::setRepeatX, &FillLayer::clearRepeatX, &FillLayer::initialFillRepeatX, &CSSToStyleMap::mapFillRepeatX>::createHandler()); 2148 setPropertyHandler(CSSPropertyWebkitMaskRepeatX, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyWebkitMaskRepeatX, MaskFillLayer, &RenderStyle::accessMaskLa yers, &RenderStyle::maskLayers, &FillLayer::isRepeatXSet, &FillLayer::repeatX, & FillLayer::setRepeatX, &FillLayer::clearRepeatX, &FillLayer::initialFillRepeatX, &CSSToStyleMap::mapFillRepeatX>::createHandler());
2222 setPropertyHandler(CSSPropertyWebkitMaskRepeatY, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyWebkitMaskRepeatY, MaskFillLayer, &RenderStyle::accessMaskLa yers, &RenderStyle::maskLayers, &FillLayer::isRepeatYSet, &FillLayer::repeatY, & FillLayer::setRepeatY, &FillLayer::clearRepeatY, &FillLayer::initialFillRepeatY, &CSSToStyleMap::mapFillRepeatY>::createHandler()); 2149 setPropertyHandler(CSSPropertyWebkitMaskRepeatY, ApplyPropertyFillLayer<EFil lRepeat, CSSPropertyWebkitMaskRepeatY, MaskFillLayer, &RenderStyle::accessMaskLa yers, &RenderStyle::maskLayers, &FillLayer::isRepeatYSet, &FillLayer::repeatY, & FillLayer::setRepeatY, &FillLayer::clearRepeatY, &FillLayer::initialFillRepeatY, &CSSToStyleMap::mapFillRepeatY>::createHandler());
2223 setPropertyHandler(CSSPropertyWebkitMaskSize, ApplyPropertyFillLayer<FillSiz e, CSSPropertyWebkitMaskSize, MaskFillLayer, &RenderStyle::accessMaskLayers, &Re nderStyle::maskLayers, &FillLayer::isSizeSet, &FillLayer::size, &FillLayer::setS ize, &FillLayer::clearSize, &FillLayer::initialFillSize, &CSSToStyleMap::mapFill Size>::createHandler()); 2150 setPropertyHandler(CSSPropertyWebkitMaskSize, ApplyPropertyFillLayer<FillSiz e, CSSPropertyWebkitMaskSize, MaskFillLayer, &RenderStyle::accessMaskLayers, &Re nderStyle::maskLayers, &FillLayer::isSizeSet, &FillLayer::size, &FillLayer::setS ize, &FillLayer::clearSize, &FillLayer::initialFillSize, &CSSToStyleMap::mapFill Size>::createHandler());
2224 setPropertyHandler(CSSPropertyWebkitPerspectiveOrigin, ApplyPropertyExpandin g<SuppressValue, CSSPropertyWebkitPerspectiveOriginX, CSSPropertyWebkitPerspecti veOriginY>::createHandler()); 2151 setPropertyHandler(CSSPropertyWebkitPerspectiveOrigin, ApplyPropertyExpandin g<SuppressValue, CSSPropertyWebkitPerspectiveOriginX, CSSPropertyWebkitPerspecti veOriginY>::createHandler());
2225 setPropertyHandler(CSSPropertyWebkitPerspectiveOriginX, ApplyPropertyLength< &RenderStyle::perspectiveOriginX, &RenderStyle::setPerspectiveOriginX, &RenderSt yle::initialPerspectiveOriginX>::createHandler()); 2152 setPropertyHandler(CSSPropertyWebkitPerspectiveOriginX, ApplyPropertyLength< &RenderStyle::perspectiveOriginX, &RenderStyle::setPerspectiveOriginX, &RenderSt yle::initialPerspectiveOriginX>::createHandler());
2226 setPropertyHandler(CSSPropertyWebkitPerspectiveOriginY, ApplyPropertyLength< &RenderStyle::perspectiveOriginY, &RenderStyle::setPerspectiveOriginY, &RenderSt yle::initialPerspectiveOriginY>::createHandler()); 2153 setPropertyHandler(CSSPropertyWebkitPerspectiveOriginY, ApplyPropertyLength< &RenderStyle::perspectiveOriginY, &RenderStyle::setPerspectiveOriginY, &RenderSt yle::initialPerspectiveOriginY>::createHandler());
2227 setPropertyHandler(CSSPropertyWebkitPrintColorAdjust, ApplyPropertyDefault<P rintColorAdjust, &RenderStyle::printColorAdjust, PrintColorAdjust, &RenderStyle: :setPrintColorAdjust, PrintColorAdjust, &RenderStyle::initialPrintColorAdjust>:: createHandler());
2228 setPropertyHandler(CSSPropertyWebkitRegionBreakAfter, ApplyPropertyDefault<E PageBreak, &RenderStyle::regionBreakAfter, EPageBreak, &RenderStyle::setRegionBr eakAfter, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2229 setPropertyHandler(CSSPropertyWebkitRegionBreakBefore, ApplyPropertyDefault< EPageBreak, &RenderStyle::regionBreakBefore, EPageBreak, &RenderStyle::setRegion BreakBefore, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2230 setPropertyHandler(CSSPropertyWebkitRegionBreakInside, ApplyPropertyDefault< EPageBreak, &RenderStyle::regionBreakInside, EPageBreak, &RenderStyle::setRegion BreakInside, EPageBreak, &RenderStyle::initialPageBreak>::createHandler());
2231 setPropertyHandler(CSSPropertyWebkitRegionOverflow, ApplyPropertyDefault<Reg ionOverflow, &RenderStyle::regionOverflow, RegionOverflow, &RenderStyle::setRegi onOverflow, RegionOverflow, &RenderStyle::initialRegionOverflow>::createHandler( ));
2232 setPropertyHandler(CSSPropertyWebkitRtlOrdering, ApplyPropertyDefault<Order, &RenderStyle::rtlOrdering, Order, &RenderStyle::setRTLOrdering, Order, &RenderS tyle::initialRTLOrdering>::createHandler());
2233 setPropertyHandler(CSSPropertyWebkitRubyPosition, ApplyPropertyDefault<RubyP osition, &RenderStyle::rubyPosition, RubyPosition, &RenderStyle::setRubyPosition , RubyPosition, &RenderStyle::initialRubyPosition>::createHandler());
2234 setPropertyHandler(CSSPropertyWebkitTextCombine, ApplyPropertyDefault<TextCo mbine, &RenderStyle::textCombine, TextCombine, &RenderStyle::setTextCombine, Tex tCombine, &RenderStyle::initialTextCombine>::createHandler());
2235 setPropertyHandler(CSSPropertyWebkitTextEmphasisColor, ApplyPropertyColor<No InheritFromParent, &RenderStyle::textEmphasisColor, &RenderStyle::setTextEmphasi sColor, &RenderStyle::setVisitedLinkTextEmphasisColor, &RenderStyle::color>::cre ateHandler()); 2154 setPropertyHandler(CSSPropertyWebkitTextEmphasisColor, ApplyPropertyColor<No InheritFromParent, &RenderStyle::textEmphasisColor, &RenderStyle::setTextEmphasi sColor, &RenderStyle::setVisitedLinkTextEmphasisColor, &RenderStyle::color>::cre ateHandler());
2236 setPropertyHandler(CSSPropertyWebkitTextEmphasisPosition, ApplyPropertyDefau lt<TextEmphasisPosition, &RenderStyle::textEmphasisPosition, TextEmphasisPositio n, &RenderStyle::setTextEmphasisPosition, TextEmphasisPosition, &RenderStyle::in itialTextEmphasisPosition>::createHandler());
2237 setPropertyHandler(CSSPropertyWebkitTextEmphasisStyle, ApplyPropertyTextEmph asisStyle::createHandler()); 2155 setPropertyHandler(CSSPropertyWebkitTextEmphasisStyle, ApplyPropertyTextEmph asisStyle::createHandler());
2238 setPropertyHandler(CSSPropertyWebkitTextFillColor, ApplyPropertyColor<NoInhe ritFromParent, &RenderStyle::textFillColor, &RenderStyle::setTextFillColor, &Ren derStyle::setVisitedLinkTextFillColor, &RenderStyle::color>::createHandler()); 2156 setPropertyHandler(CSSPropertyWebkitTextFillColor, ApplyPropertyColor<NoInhe ritFromParent, &RenderStyle::textFillColor, &RenderStyle::setTextFillColor, &Ren derStyle::setVisitedLinkTextFillColor, &RenderStyle::color>::createHandler());
2239 setPropertyHandler(CSSPropertyWebkitTextSecurity, ApplyPropertyDefault<EText Security, &RenderStyle::textSecurity, ETextSecurity, &RenderStyle::setTextSecuri ty, ETextSecurity, &RenderStyle::initialTextSecurity>::createHandler());
2240 setPropertyHandler(CSSPropertyWebkitTextStrokeColor, ApplyPropertyColor<NoIn heritFromParent, &RenderStyle::textStrokeColor, &RenderStyle::setTextStrokeColor , &RenderStyle::setVisitedLinkTextStrokeColor, &RenderStyle::color>::createHandl er()); 2157 setPropertyHandler(CSSPropertyWebkitTextStrokeColor, ApplyPropertyColor<NoIn heritFromParent, &RenderStyle::textStrokeColor, &RenderStyle::setTextStrokeColor , &RenderStyle::setVisitedLinkTextStrokeColor, &RenderStyle::color>::createHandl er());
2241 setPropertyHandler(CSSPropertyWebkitTransformOriginX, ApplyPropertyLength<&R enderStyle::transformOriginX, &RenderStyle::setTransformOriginX, &RenderStyle::i nitialTransformOriginX>::createHandler()); 2158 setPropertyHandler(CSSPropertyWebkitTransformOriginX, ApplyPropertyLength<&R enderStyle::transformOriginX, &RenderStyle::setTransformOriginX, &RenderStyle::i nitialTransformOriginX>::createHandler());
2242 setPropertyHandler(CSSPropertyWebkitTransformOriginY, ApplyPropertyLength<&R enderStyle::transformOriginY, &RenderStyle::setTransformOriginY, &RenderStyle::i nitialTransformOriginY>::createHandler()); 2159 setPropertyHandler(CSSPropertyWebkitTransformOriginY, ApplyPropertyLength<&R enderStyle::transformOriginY, &RenderStyle::setTransformOriginY, &RenderStyle::i nitialTransformOriginY>::createHandler());
2243 setPropertyHandler(CSSPropertyWebkitTransformOriginZ, ApplyPropertyComputeLe ngth<float, &RenderStyle::transformOriginZ, &RenderStyle::setTransformOriginZ, & RenderStyle::initialTransformOriginZ>::createHandler()); 2160 setPropertyHandler(CSSPropertyWebkitTransformOriginZ, ApplyPropertyComputeLe ngth<float, &RenderStyle::transformOriginZ, &RenderStyle::setTransformOriginZ, & RenderStyle::initialTransformOriginZ>::createHandler());
2244 setPropertyHandler(CSSPropertyWebkitTransformStyle, ApplyPropertyDefault<ETr ansformStyle3D, &RenderStyle::transformStyle3D, ETransformStyle3D, &RenderStyle: :setTransformStyle3D, ETransformStyle3D, &RenderStyle::initialTransformStyle3D>: :createHandler());
2245 setPropertyHandler(CSSPropertyWebkitTransitionDelay, ApplyPropertyAnimation< double, &CSSAnimationData::delay, &CSSAnimationData::setDelay, &CSSAnimationData ::isDelaySet, &CSSAnimationData::clearDelay, &CSSAnimationData::initialAnimation Delay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessTransitions, &Rend erStyle::transitions>::createHandler()); 2161 setPropertyHandler(CSSPropertyWebkitTransitionDelay, ApplyPropertyAnimation< double, &CSSAnimationData::delay, &CSSAnimationData::setDelay, &CSSAnimationData ::isDelaySet, &CSSAnimationData::clearDelay, &CSSAnimationData::initialAnimation Delay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessTransitions, &Rend erStyle::transitions>::createHandler());
2246 setPropertyHandler(CSSPropertyWebkitTransitionDuration, ApplyPropertyAnimati on<double, &CSSAnimationData::duration, &CSSAnimationData::setDuration, &CSSAnim ationData::isDurationSet, &CSSAnimationData::clearDuration, &CSSAnimationData::i nitialAnimationDuration, &CSSToStyleMap::mapAnimationDuration, &RenderStyle::acc essTransitions, &RenderStyle::transitions>::createHandler()); 2162 setPropertyHandler(CSSPropertyWebkitTransitionDuration, ApplyPropertyAnimati on<double, &CSSAnimationData::duration, &CSSAnimationData::setDuration, &CSSAnim ationData::isDurationSet, &CSSAnimationData::clearDuration, &CSSAnimationData::i nitialAnimationDuration, &CSSToStyleMap::mapAnimationDuration, &RenderStyle::acc essTransitions, &RenderStyle::transitions>::createHandler());
2247 setPropertyHandler(CSSPropertyWebkitTransitionProperty, ApplyPropertyAnimati on<CSSPropertyID, &CSSAnimationData::property, &CSSAnimationData::setProperty, & CSSAnimationData::isPropertySet, &CSSAnimationData::clearProperty, &CSSAnimation Data::initialAnimationProperty, &CSSToStyleMap::mapAnimationProperty, &RenderSty le::accessTransitions, &RenderStyle::transitions>::createHandler()); 2163 setPropertyHandler(CSSPropertyWebkitTransitionProperty, ApplyPropertyAnimati on<CSSPropertyID, &CSSAnimationData::property, &CSSAnimationData::setProperty, & CSSAnimationData::isPropertySet, &CSSAnimationData::clearProperty, &CSSAnimation Data::initialAnimationProperty, &CSSToStyleMap::mapAnimationProperty, &RenderSty le::accessTransitions, &RenderStyle::transitions>::createHandler());
2248 setPropertyHandler(CSSPropertyWebkitTransitionTimingFunction, ApplyPropertyA nimation<const PassRefPtr<TimingFunction>, &CSSAnimationData::timingFunction, &C SSAnimationData::setTimingFunction, &CSSAnimationData::isTimingFunctionSet, &CSS AnimationData::clearTimingFunction, &CSSAnimationData::initialAnimationTimingFun ction, &CSSToStyleMap::mapAnimationTimingFunction, &RenderStyle::accessTransitio ns, &RenderStyle::transitions>::createHandler()); 2164 setPropertyHandler(CSSPropertyWebkitTransitionTimingFunction, ApplyPropertyA nimation<const PassRefPtr<TimingFunction>, &CSSAnimationData::timingFunction, &C SSAnimationData::setTimingFunction, &CSSAnimationData::isTimingFunctionSet, &CSS AnimationData::clearTimingFunction, &CSSAnimationData::initialAnimationTimingFun ction, &CSSToStyleMap::mapAnimationTimingFunction, &RenderStyle::accessTransitio ns, &RenderStyle::transitions>::createHandler());
2249 setPropertyHandler(CSSPropertyWebkitUserDrag, ApplyPropertyDefault<EUserDrag , &RenderStyle::userDrag, EUserDrag, &RenderStyle::setUserDrag, EUserDrag, &Rend erStyle::initialUserDrag>::createHandler());
2250 setPropertyHandler(CSSPropertyWebkitUserModify, ApplyPropertyDefault<EUserMo dify, &RenderStyle::userModify, EUserModify, &RenderStyle::setUserModify, EUserM odify, &RenderStyle::initialUserModify>::createHandler());
2251 setPropertyHandler(CSSPropertyWebkitUserSelect, ApplyPropertyDefault<EUserSe lect, &RenderStyle::userSelect, EUserSelect, &RenderStyle::setUserSelect, EUserS elect, &RenderStyle::initialUserSelect>::createHandler());
2252 setPropertyHandler(CSSPropertyWebkitClipPath, ApplyPropertyClipPath<&RenderS tyle::clipPath, &RenderStyle::setClipPath, &RenderStyle::initialClipPath>::creat eHandler()); 2165 setPropertyHandler(CSSPropertyWebkitClipPath, ApplyPropertyClipPath<&RenderS tyle::clipPath, &RenderStyle::setClipPath, &RenderStyle::initialClipPath>::creat eHandler());
2253 setPropertyHandler(CSSPropertyWebkitWrapFlow, ApplyPropertyDefault<WrapFlow, &RenderStyle::wrapFlow, WrapFlow, &RenderStyle::setWrapFlow, WrapFlow, &RenderS tyle::initialWrapFlow>::createHandler());
2254 setPropertyHandler(CSSPropertyWebkitShapeMargin, ApplyPropertyLength<&Render Style::shapeMargin, &RenderStyle::setShapeMargin, &RenderStyle::initialShapeMarg in>::createHandler()); 2166 setPropertyHandler(CSSPropertyWebkitShapeMargin, ApplyPropertyLength<&Render Style::shapeMargin, &RenderStyle::setShapeMargin, &RenderStyle::initialShapeMarg in>::createHandler());
2255 setPropertyHandler(CSSPropertyWebkitShapePadding, ApplyPropertyLength<&Rende rStyle::shapePadding, &RenderStyle::setShapePadding, &RenderStyle::initialShapeP adding>::createHandler()); 2167 setPropertyHandler(CSSPropertyWebkitShapePadding, ApplyPropertyLength<&Rende rStyle::shapePadding, &RenderStyle::setShapePadding, &RenderStyle::initialShapeP adding>::createHandler());
2256 setPropertyHandler(CSSPropertyWebkitWrapThrough, ApplyPropertyDefault<WrapTh rough, &RenderStyle::wrapThrough, WrapThrough, &RenderStyle::setWrapThrough, Wra pThrough, &RenderStyle::initialWrapThrough>::createHandler());
2257 setPropertyHandler(CSSPropertyWebkitShapeInside, ApplyPropertyExclusionShape <&RenderStyle::shapeInside, &RenderStyle::setShapeInside, &RenderStyle::initialS hapeInside>::createHandler()); 2168 setPropertyHandler(CSSPropertyWebkitShapeInside, ApplyPropertyExclusionShape <&RenderStyle::shapeInside, &RenderStyle::setShapeInside, &RenderStyle::initialS hapeInside>::createHandler());
2258 setPropertyHandler(CSSPropertyWebkitShapeOutside, ApplyPropertyExclusionShap e<&RenderStyle::shapeOutside, &RenderStyle::setShapeOutside, &RenderStyle::initi alShapeOutside>::createHandler()); 2169 setPropertyHandler(CSSPropertyWebkitShapeOutside, ApplyPropertyExclusionShap e<&RenderStyle::shapeOutside, &RenderStyle::setShapeOutside, &RenderStyle::initi alShapeOutside>::createHandler());
2259 setPropertyHandler(CSSPropertyWhiteSpace, ApplyPropertyDefault<EWhiteSpace, &RenderStyle::whiteSpace, EWhiteSpace, &RenderStyle::setWhiteSpace, EWhiteSpace, &RenderStyle::initialWhiteSpace>::createHandler());
2260 setPropertyHandler(CSSPropertyWidows, ApplyPropertyAuto<short, &RenderStyle: :widows, &RenderStyle::setWidows, &RenderStyle::hasAutoWidows, &RenderStyle::set HasAutoWidows>::createHandler()); 2170 setPropertyHandler(CSSPropertyWidows, ApplyPropertyAuto<short, &RenderStyle: :widows, &RenderStyle::setWidows, &RenderStyle::hasAutoWidows, &RenderStyle::set HasAutoWidows>::createHandler());
2261 setPropertyHandler(CSSPropertyWidth, ApplyPropertyLength<&RenderStyle::width , &RenderStyle::setWidth, &RenderStyle::initialSize, AutoEnabled, LegacyIntrinsi cEnabled, IntrinsicEnabled, NoneDisabled, UndefinedDisabled>::createHandler()); 2171 setPropertyHandler(CSSPropertyWidth, ApplyPropertyLength<&RenderStyle::width , &RenderStyle::setWidth, &RenderStyle::initialSize, AutoEnabled, LegacyIntrinsi cEnabled, IntrinsicEnabled, NoneDisabled, UndefinedDisabled>::createHandler());
2262 setPropertyHandler(CSSPropertyWordBreak, ApplyPropertyDefault<EWordBreak, &R enderStyle::wordBreak, EWordBreak, &RenderStyle::setWordBreak, EWordBreak, &Rend erStyle::initialWordBreak>::createHandler());
2263 setPropertyHandler(CSSPropertyWordSpacing, ApplyPropertyComputeLength<int, & RenderStyle::wordSpacing, &RenderStyle::setWordSpacing, &RenderStyle::initialLet terWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createHandler ()); 2172 setPropertyHandler(CSSPropertyWordSpacing, ApplyPropertyComputeLength<int, & RenderStyle::wordSpacing, &RenderStyle::setWordSpacing, &RenderStyle::initialLet terWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createHandler ());
2264 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' p roperty. So using the same handlers.
2265 setPropertyHandler(CSSPropertyWordWrap, ApplyPropertyDefault<EOverflowWrap, &RenderStyle::overflowWrap, EOverflowWrap, &RenderStyle::setOverflowWrap, EOverf lowWrap, &RenderStyle::initialOverflowWrap>::createHandler());
2266 setPropertyHandler(CSSPropertyZIndex, ApplyPropertyAuto<int, &RenderStyle::z Index, &RenderStyle::setZIndex, &RenderStyle::hasAutoZIndex, &RenderStyle::setHa sAutoZIndex>::createHandler()); 2173 setPropertyHandler(CSSPropertyZIndex, ApplyPropertyAuto<int, &RenderStyle::z Index, &RenderStyle::setZIndex, &RenderStyle::hasAutoZIndex, &RenderStyle::setHa sAutoZIndex>::createHandler());
2267 setPropertyHandler(CSSPropertyZoom, ApplyPropertyZoom::createHandler()); 2174 setPropertyHandler(CSSPropertyZoom, ApplyPropertyZoom::createHandler());
2268 } 2175 }
2269 2176
2270 2177
2271 } 2178 }
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/resolver/StyleBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698