Home
last modified time | relevance | path

Searched refs:cssToGraphicsLayerProperty (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h195 static AnimatedPropertyID cssToGraphicsLayerProperty(int);
DRenderLayerBacking.cpp1390 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in paintIntoLayer()
1397 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in paintIntoLayer()
1453 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty) in paintIntoLayer() function in WebCore::RenderLayerBacking