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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGPropertyTraits.h30 struct SVGPropertyTraits { }; struct in namespace:WebCore
33 struct SVGPropertyTraits<bool> { struct in namespace:WebCore
39 struct SVGPropertyTraits<int> { struct in namespace:WebCore
45 struct SVGPropertyTraits<long> { struct in namespace:WebCore
51 struct SVGPropertyTraits<float> { struct in namespace:WebCore
57 struct SVGPropertyTraits<String> { struct in namespace:WebCore
H A DSVGAnimatedListPropertyTearOff.h36 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
59 typedef SVGPropertyTearOff<typename SVGPropertyTraits<PropertyType>::ListItemType> ListItemTearOff;
H A DSVGAnimatedPropertyMacros.h27 #include "SVGPropertyTraits.h"
69 : value(SVGPropertyTraits<PropertyType>::initialValue())
97 AtomicString value(SVGPropertyTraits<PropertyType>::toString(LowerProperty##BaseValue())); \
H A DSVGStaticListPropertyTearOff.h33 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
H A DSVGPathSegListPropertyTearOff.h35 typedef SVGPropertyTraits<SVGPathSegList>::ListItemType ListItemType;
H A DSVGListPropertyTearOff.h33 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
H A DSVGListProperty.h27 #include "SVGPropertyTraits.h"
39 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
/external/webkit/Source/WebCore/svg/
H A DSVGNumberList.h25 #include "SVGPropertyTraits.h"
39 struct SVGPropertyTraits<SVGNumberList> { struct in namespace:WebCore
H A DSVGLengthList.h39 struct SVGPropertyTraits<SVGLengthList> { struct in namespace:WebCore
H A DSVGPointList.h26 #include "SVGPropertyTraits.h"
43 struct SVGPropertyTraits<SVGPointList> { struct in namespace:WebCore
H A DSVGStringList.h26 #include "SVGPropertyTraits.h"
53 struct SVGPropertyTraits<SVGStringList> { struct in namespace:WebCore
H A DSVGTransformList.h25 #include "SVGPropertyTraits.h"
45 struct SVGPropertyTraits<SVGTransformList> { struct in namespace:WebCore
H A DSVGAngle.h27 #include "SVGPropertyTraits.h"
63 struct SVGPropertyTraits<SVGAngle> { struct in namespace:WebCore
H A DSVGPathSegList.h25 #include "SVGPropertyTraits.h"
51 struct SVGPropertyTraits<SVGPathSegList> { struct in namespace:WebCore
H A DSVGRect.h25 #include "SVGPropertyTraits.h"
31 struct SVGPropertyTraits<FloatRect> { struct in namespace:WebCore
H A DSVGPreserveAspectRatio.h26 #include "SVGPropertyTraits.h"
90 struct SVGPropertyTraits<SVGPreserveAspectRatio> { struct in namespace:WebCore
H A DSVGLength.h26 #include "SVGPropertyTraits.h"
122 struct SVGPropertyTraits<SVGLength> { struct in namespace:WebCore
H A DSVGTextContentElement.cpp55 AtomicString value(SVGPropertyTraits<SVGLength>::toString(m_specifiedTextLength));

Completed in 120 milliseconds