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

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp424 class PropertyWrapperShape : public RefCountedPropertyWrapper<ShapeValue> { class in namespace:WebCore
426 PropertyWrapperShape(CSSPropertyID prop, ShapeValue* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(PassRefPtr<ShapeValue>)) function in class:WebCore::PropertyWrapperShape
1161 gPropertyWrappers->append(new PropertyWrapperShape(CSSPropertyWebkitShapeInside, &RenderStyle::shapeInside, &RenderStyle::setShapeInside));

Completed in 100 milliseconds