Searched refs:cssProperty (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1436 int cssProperty = CSSPropertyInvalid; local
1439 cssProperty = CSSPropertyWebkitTransform;
1442 cssProperty = CSSPropertyOpacity;
1445 cssProperty = CSSPropertyBackgroundColor;
1450 return cssProperty;
1453 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty) argument
1455 switch (cssProperty) {

Completed in 481 milliseconds