Searched refs:SVGAnimatedPropertyTearOff (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedPropertyTearOff.h | 30 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() 55 …SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Propert… in SVGAnimatedPropertyTearOff() function
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimatedPreserveAspectRatio.h | 29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
|
D | SVGAnimatedLength.h | 29 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength;
|
D | SVGAnimatedRect.h | 30 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect;
|
D | SVGAnimatedAngle.h | 29 typedef SVGAnimatedPropertyTearOff<SVGAngle> SVGAnimatedAngle;
|
/external/webkit/Source/WebCore/ |
D | WebCore.pro | 2271 svg/properties/SVGAnimatedPropertyTearOff.h \
|
D | GNUmakefile.list.am | 3242 Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h \
|
D | GNUmakefile.am | 3219 Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h \
|
D | WebCore.gypi | 1059 'svg/properties/SVGAnimatedPropertyTearOff.h',
|
D | ChangeLog-2010-01-29 | 2621 (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):
|
D | ChangeLog-2010-12-06 | 16688 …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 …]
|
D | ChangeLog-2010-05-24 | 11547 (WebCore::SVGAnimatedPropertyTearOff::setBaseVal): ditto 11548 (WebCore::SVGAnimatedPropertyTearOff::setAnimVal): ditto
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 163 …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 */,
|