Searched refs:SVGAnimatedProperty (Results 1 – 25 of 25) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedProperty.h | 34 class SVGAnimatedProperty : public RefCounted<SVGAnimatedProperty> { 49 …typedef HashMap<SVGAnimatedPropertyDescription, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDe… 51 virtual ~SVGAnimatedProperty() in ~SVGAnimatedProperty() 68 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key); in lookupOrCreateWrapper() 85 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName) in SVGAnimatedProperty() function
|
D | SVGPropertyTearOff.h | 37 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create() 50 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); } in animatedProperty() 61 …void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) { m_animatedProperty = animatedPro… in setAnimatedProperty() 97 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff() 121 RefPtr<SVGAnimatedProperty> m_animatedProperty;
|
D | SVGAnimatedStaticPropertyTearOff.h | 29 class SVGAnimatedStaticPropertyTearOff : public SVGAnimatedProperty { 52 friend class SVGAnimatedProperty; 61 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedStaticPropertyTearOff()
|
D | SVGAnimatedPropertyTearOff.h | 30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty { 47 friend class SVGAnimatedProperty; 56 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedPropertyTearOff()
|
D | SVGAnimatedListPropertyTearOff.h | 34 class SVGAnimatedListPropertyTearOff : public SVGAnimatedProperty { 86 friend class SVGAnimatedProperty; 96 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedListPropertyTearOff()
|
D | SVGAnimatedPropertyMacros.h | 106 …return SVGAnimatedProperty::lookupOrCreateWrapper<TearOffType, PropertyType>(contextElement, DOMAt… 142 …SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<TearOffType>(contextElement, DOM…
|
D | SVGAnimatedTransformListPropertyTearOff.h | 47 friend class SVGAnimatedProperty;
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 55 friend class SVGAnimatedProperty;
|
D | SVGPathSegListPropertyTearOff.cpp | 78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
|
D | SVGListPropertyTearOff.h | 145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPolyElement.cpp | 135 …m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff… in points() 146 …m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff… in animatedPoints()
|
D | SVGPathSegWithContext.h | 36 SVGAnimatedProperty* animatedProperty() const in animatedProperty()
|
D | SVGPathElement.cpp | 292 …m_animatablePathSegList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedPathSegListPropert… in pathSegList() 313 …m_animatablePathSegList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedPathSegListPropert… in animatedPathSegList()
|
D | SVGPathElement.h | 94 SVGAnimatedProperty* animatablePathSegList() const { return m_animatablePathSegList.get(); } in animatablePathSegList()
|
D | SVGTextContentElement.cpp | 69 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedLength, SVGLength>(this, SVGNames::te… in textLengthAnimated()
|
/external/webkit/Source/WebCore/ |
D | WebCore.pro | 2267 svg/properties/SVGAnimatedProperty.h \
|
D | ChangeLog-2010-01-29 | 2559 …to support SVG DOM through the bindings (e.g. JS) we need to associate SVGAnimatedProperty objects… 2560 …Element object that created it - we used to store this pointer directly in the SVGAnimatedProperty. 2561 …This means, every SVGAnimatedProperty stored in a SVGRectElement, stored a pointer to the SVGRectE… 2567 …SVGAnimatedProperty is a non-specialized template class now, only depending on the AnimatedType (i… 2573 …- Redesign SVGAnimatedProperty so it does not need any back-pointers to the SVGElement that create… 2575 …e the XML DOM attribute name associated with a SVG DOM property in SVGAnimatedProperty, move the a… 2578 …was living in SVGElement as member variable, keeping a HashMap<AttributeName, SVGAnimatedProperty>. 2579 …It was needed before to lookup a SVGAnimatedProperty for a XML DOM attribute, in order to synchron… 2587 …- Clean up SVGAnimatedProperty, splitting up into SVGAnimatedProperty/PropertySynchronizer/Propert… 2620 * svg/SVGAnimatedProperty.h: Rewritten, see above for details. [all …]
|
D | ChangeLog-2010-12-06 | 8892 …GPathSegList is now only built on demand, when explicitely requested. Using the SVGAnimatedProperty 10167 …GPathSegList is now only built on demand, when explicitely requested. Using the SVGAnimatedProperty 16713 …perty types returned by attributes, that are not associated with a SVGAnimatedProperty. (SVGSVGEle… 19327 …(WebCore::SVGPropertyTearOff::detachWrapper): Remove association with SVGAnimatedProperty, when wr… 22120 …ial SVGNumber handling, as it's the first of the converted dynamic SVGAnimatedProperty types that'… 22656 ASSERT when SVGAnimatedProperty instance is assigned to multiple elements. 22667 * svg/properties/SVGAnimatedProperty.h: 22668 (WebCore::SVGAnimatedProperty::isAnimatedListTearOff): Return false. 22670 …to remove the passed item from its list, if its actually a list and not just a SVGAnimatedProperty. 23152 …pertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from SVGAnimatedProperty, as SVGAnim… [all …]
|
D | GNUmakefile.list.am | 3238 Source/WebCore/svg/properties/SVGAnimatedProperty.h \
|
D | GNUmakefile.am | 3215 Source/WebCore/svg/properties/SVGAnimatedProperty.h \
|
D | WebCore.gypi | 1055 'svg/properties/SVGAnimatedProperty.h',
|
D | ChangeLog-2008-08-10 | 3847 * svg/SVGAnimatedProperty.h: 3876 * svg/SVGAnimatedProperty.h: 3897 * svg/SVGAnimatedProperty.h: Added. 4290 Prepare SVGAnimatedProperty introduction. 4292 …names as string literals for SVGNames/XLinkNames and one property in HTMLNames. SVGAnimatedProperty
|
D | ChangeLog-2009-06-16 | 25612 * svg/SVGAnimatedProperty.h: 87534 * svg/SVGAnimatedProperty.h:
|
D | ChangeLog-2010-05-24 | 11546 * svg/SVGAnimatedProperty.h:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 160 …6EF1DB00978F7A /* SVGAnimatedProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A0DFC126… 6591 …978F7A /* SVGAnimatedProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 12664 088A0DFC126EF1DB00978F7A /* SVGAnimatedProperty.h */, 22549 088A0E05126EF1DB00978F7A /* SVGAnimatedProperty.h in Headers */,
|