Home
last modified time | relevance | path

Searched refs:SVGAnimatedListPropertyTearOff (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedListPropertyTearOff.h34 class SVGAnimatedListPropertyTearOff : public SVGAnimatedProperty {
88 …static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement… in create()
91 …return adoptRef(new SVGAnimatedListPropertyTearOff<PropertyType>(contextElement, attributeName, va… in create()
95SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in SVGAnimatedListPropertyTearOff() function
DSVGAnimatedTransformListPropertyTearOff.h30 class SVGAnimatedTransformListPropertyTearOff : public SVGAnimatedListPropertyTearOff<SVGTransformL…
56 : SVGAnimatedListPropertyTearOff<SVGTransformList>(contextElement, attributeName, values) in SVGAnimatedTransformListPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h32 class SVGAnimatedPathSegListPropertyTearOff : public SVGAnimatedListPropertyTearOff<SVGPathSegList>…
64 : SVGAnimatedListPropertyTearOff<SVGPathSegList>(contextElement, attributeName, values) in SVGAnimatedPathSegListPropertyTearOff()
DSVGTransformListPropertyTearOff.h32 typedef SVGAnimatedListPropertyTearOff<SVGTransformList> AnimatedListPropertyTearOff;
33 typedef SVGAnimatedListPropertyTearOff<SVGTransformList>::ListWrapperCache ListWrapperCache;
DSVGListPropertyTearOff.h36 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff;
37 … typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache;
DSVGListProperty.h32 class SVGAnimatedListPropertyTearOff; variable
42 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff;
43 … typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache;
DSVGPathSegListPropertyTearOff.h34 typedef SVGAnimatedListPropertyTearOff<SVGPathSegList> AnimatedListPropertyTearOff;
/external/webkit/Source/WebCore/svg/
DSVGPolyElement.cpp53 if (SVGAnimatedListPropertyTearOff<SVGPointList>* list = m_animatablePointsList.get()) in parseMappedAttribute()
135 …tablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPoi… in points()
146 …tablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPoi… in animatedPoints()
DSVGAnimatedNumberList.h29 typedef SVGAnimatedListPropertyTearOff<SVGNumberList> SVGAnimatedNumberList;
DSVGAnimatedLengthList.h29 typedef SVGAnimatedListPropertyTearOff<SVGLengthList> SVGAnimatedLengthList;
DSVGPolyElement.h65 RefPtr<SVGAnimatedListPropertyTearOff<SVGPointList> > m_animatablePointsList;
/external/webkit/Source/WebCore/
DWebCore.pro2265 svg/properties/SVGAnimatedListPropertyTearOff.h \
DGNUmakefile.list.am3236 Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h \
DChangeLog-2010-12-0614487 * svg/properties/SVGAnimatedListPropertyTearOff.h: Made constructor and members protected.
14489 …es/SVGAnimatedTransformListPropertyTearOff.h: Added. Extends SVGAnimatedListPropertyTearOff, retur…
18328 …* svg/properties/SVGAnimatedListPropertyTearOff.h: Include SVGStaticListPropertyTearOff.h here, to…
19407 … Share SVGPropertyTearOff wrapper cache between SVGAnimatedListPropertyTearOff::baseVal/animVal.
19413 * svg/properties/SVGAnimatedListPropertyTearOff.h:
19414 (WebCore::SVGAnimatedListPropertyTearOff::baseVal):
19415 (WebCore::SVGAnimatedListPropertyTearOff::animVal):
19416 (WebCore::SVGAnimatedListPropertyTearOff::removeItemFromList):
19417 (WebCore::SVGAnimatedListPropertyTearOff::detachListWrappers):
19418 (WebCore::SVGAnimatedListPropertyTearOff::values):
[all …]
DGNUmakefile.am3213 Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h \
DWebCore.gypi1054 'svg/properties/SVGAnimatedListPropertyTearOff.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj159 …F7A /* SVGAnimatedListPropertyTearOff.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A0DFB126…
6590SVGAnimatedListPropertyTearOff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
12662 088A0DFB126EF1DB00978F7A /* SVGAnimatedListPropertyTearOff.h */,
22544 088A0E04126EF1DB00978F7A /* SVGAnimatedListPropertyTearOff.h in Headers */,