Searched refs:SVGListPropertyTearOff (Results 1 – 11 of 11) sorted by relevance
131 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::points() in points()139 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->baseVal()); in points()142 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints() in animatedPoints()150 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->animVal()); in animatedPoints()
39 SVGListPropertyTearOff<SVGPointList>* points();40 SVGListPropertyTearOff<SVGPointList>* animatedPoints();
30 class SVGTransformListPropertyTearOff : public SVGListPropertyTearOff<SVGTransformList> {35 …static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* a… in create()74 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role) in SVGTransformListPropertyTearOff()
29 class SVGListPropertyTearOff : public SVGListProperty<PropertyType> {39 …static PassRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* anima… in create()42 return adoptRef(new SVGListPropertyTearOff<PropertyType>(animatedProperty, role)); in create()113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGListPropertyTearOff() function
43 m_baseVal = SVGListPropertyTearOff<PropertyType>::create(this, BaseValRole); in baseVal()50 m_animVal = SVGListPropertyTearOff<PropertyType>::create(this, AnimValRole); in animVal()60 …return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(m_baseVal)->removeItemFromList(s… in removeItemFromList()
14494 * svg/properties/SVGListPropertyTearOff.h: Made construct and members protected.14502 …* svg/properties/SVGTransformListPropertyTearOff.h: Added. Extends SVGListPropertyTearOff by two s…17692 Bug 48979 - [Chromium] SVGListPropertyTearOff.h: function commitChange ASSERTs on Win & Mac18313 Refactor SVGStringListPropertyTearOff/SVGListPropertyTearOff to use a common base class18316 …ass between static lists (SVGStringListPropertyTearOff) and dynamic lists (SVGListPropertyTearOff).18330 …* svg/properties/SVGListPropertyTearOff.h: Use SVGList API implementation from SVGListProperty bas…19320 * svg/properties/SVGListPropertyTearOff.h:19321 …(WebCore::SVGListPropertyTearOff::initialize): Renamed removeItemFromListIfNeeded to processIncomi…19322 (WebCore::SVGListPropertyTearOff::insertItemBefore): Ditto.19323 (WebCore::SVGListPropertyTearOff::replaceItem): Ditto.[all …]
2275 svg/properties/SVGListPropertyTearOff.h \
3246 Source/WebCore/svg/properties/SVGListPropertyTearOff.h \
3223 Source/WebCore/svg/properties/SVGListPropertyTearOff.h \
1063 'svg/properties/SVGListPropertyTearOff.h',
164 …1DB00978F7A /* SVGListPropertyTearOff.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A0E00126…6595 …F7A /* SVGListPropertyTearOff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …12672 088A0E00126EF1DB00978F7A /* SVGListPropertyTearOff.h */,22636 088A0E09126EF1DB00978F7A /* SVGListPropertyTearOff.h in Headers */,