Home | History | Annotate | Download | only in rendering

Lines Matching refs:cssProperty

1209     int cssProperty = CSSPropertyInvalid;
1212 cssProperty = CSSPropertyWebkitTransform;
1215 cssProperty = CSSPropertyOpacity;
1218 cssProperty = CSSPropertyBackgroundColor;
1223 return cssProperty;
1226 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty)
1228 switch (cssProperty) {