Home
last modified time | relevance | path

Searched refs:SVGAnimatedPropertyTearOff (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyTearOff.h30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty {
49 …static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, co… in create()
52 …return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, proper… in create()
55SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Propert… in SVGAnimatedPropertyTearOff() function
/external/webkit/Source/WebCore/svg/
DSVGAnimatedPreserveAspectRatio.h29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
DSVGAnimatedLength.h29 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength;
DSVGAnimatedRect.h30 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect;
DSVGAnimatedAngle.h29 typedef SVGAnimatedPropertyTearOff<SVGAngle> SVGAnimatedAngle;
/external/webkit/Source/WebCore/
DWebCore.pro2271 svg/properties/SVGAnimatedPropertyTearOff.h \
DGNUmakefile.list.am3242 Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h \
DGNUmakefile.am3219 Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h \
DWebCore.gypi1059 'svg/properties/SVGAnimatedPropertyTearOff.h',
DChangeLog-2010-01-292621 (WebCore::SVGAnimatedPropertyTearOff::create):
2622 (WebCore::SVGAnimatedPropertyTearOff::setBaseVal):
2623 (WebCore::SVGAnimatedPropertyTearOff::setAnimVal):
2624 (WebCore::SVGAnimatedPropertyTearOff::baseVal):
2625 (WebCore::SVGAnimatedPropertyTearOff::animVal):
2626 (WebCore::SVGAnimatedPropertyTearOff::associatedAttributeName):
2627 (WebCore::SVGAnimatedPropertyTearOff::SVGAnimatedPropertyTearOff):
2628 (WebCore::SVGAnimatedPropertyTearOff::~SVGAnimatedPropertyTearOff):
DChangeLog-2010-12-0616688 …manual SVG <-> XML DOM synchronization. Now handles through the SVGAnimatedPropertyTearOff concept.
22104 … Convert SVGAnimatedNumber/SVGAnimatedNumberList to the new SVGAnimatedPropertyTearOff concept
22661 …* bindings/scripts/CodeGeneratorJS.pm: Include SVGAnimatedPropertyTearOff.h instead of SVGProperty…
22942 Convert SVGAnimatedEnumeration/Integer to the new SVGAnimatedPropertyTearOff concept
23097 Convert SVGAnimatedBoolean to the new SVGAnimatedPropertyTearOff concept
23100 …Convert the next SVG animated primitive type to use the SVGAnimatedPropertyTearOff concept: SVGAni…
23156 …* svg/properties/SVGAnimatedPropertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from …
29345 …The SVGAnimatedProperty<PropertyType> is a base class for SVGAnimatedPropertyTearOff and SVGAnimat…
29349 …When calling rect.x, a SVGAnimatedPropertyTearOff<SVGLength> is created, that stores a pointer to …
29427 …rties/SVGAnimatedProperty.h: Added. This is the base class for SVGAnimatedPropertyTearOff and SVGA…
[all …]
DChangeLog-2010-05-2411547 (WebCore::SVGAnimatedPropertyTearOff::setBaseVal): ditto
11548 (WebCore::SVGAnimatedPropertyTearOff::setAnimVal): ditto
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj163 …0978F7A /* SVGAnimatedPropertyTearOff.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A0DFF126…
6594 …/* SVGAnimatedPropertyTearOff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
12668 088A0DFF126EF1DB00978F7A /* SVGAnimatedPropertyTearOff.h */,
22553 088A0E08126EF1DB00978F7A /* SVGAnimatedPropertyTearOff.h in Headers */,