Home
last modified time | relevance | path

Searched refs:SVGAnimatedProperty (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedProperty.h34 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
DSVGPropertyTearOff.h37 …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;
DSVGAnimatedStaticPropertyTearOff.h29 class SVGAnimatedStaticPropertyTearOff : public SVGAnimatedProperty {
52 friend class SVGAnimatedProperty;
61 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedStaticPropertyTearOff()
DSVGAnimatedPropertyTearOff.h30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty {
47 friend class SVGAnimatedProperty;
56 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedPropertyTearOff()
DSVGAnimatedListPropertyTearOff.h34 class SVGAnimatedListPropertyTearOff : public SVGAnimatedProperty {
86 friend class SVGAnimatedProperty;
96 : SVGAnimatedProperty(contextElement, attributeName) in SVGAnimatedListPropertyTearOff()
DSVGAnimatedPropertyMacros.h106 …return SVGAnimatedProperty::lookupOrCreateWrapper<TearOffType, PropertyType>(contextElement, DOMAt…
142SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<TearOffType>(contextElement, DOM…
DSVGAnimatedTransformListPropertyTearOff.h47 friend class SVGAnimatedProperty;
DSVGAnimatedPathSegListPropertyTearOff.h55 friend class SVGAnimatedProperty;
DSVGPathSegListPropertyTearOff.cpp78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
DSVGListPropertyTearOff.h145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper()
/external/webkit/Source/WebCore/svg/
DSVGPolyElement.cpp135 …m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff… in points()
146 …m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff… in animatedPoints()
DSVGPathSegWithContext.h36 SVGAnimatedProperty* animatedProperty() const in animatedProperty()
DSVGPathElement.cpp292 …m_animatablePathSegList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedPathSegListPropert… in pathSegList()
313 …m_animatablePathSegList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedPathSegListPropert… in animatedPathSegList()
DSVGPathElement.h94 SVGAnimatedProperty* animatablePathSegList() const { return m_animatablePathSegList.get(); } in animatablePathSegList()
DSVGTextContentElement.cpp69 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedLength, SVGLength>(this, SVGNames::te… in textLengthAnimated()
/external/webkit/Source/WebCore/
DWebCore.pro2267 svg/properties/SVGAnimatedProperty.h \
DChangeLog-2010-01-292559 …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…
2567SVGAnimatedProperty 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 …]
DChangeLog-2010-12-068892 …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 …]
DGNUmakefile.list.am3238 Source/WebCore/svg/properties/SVGAnimatedProperty.h \
DGNUmakefile.am3215 Source/WebCore/svg/properties/SVGAnimatedProperty.h \
DWebCore.gypi1055 'svg/properties/SVGAnimatedProperty.h',
DChangeLog-2008-08-103847 * 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
DChangeLog-2009-06-1625612 * svg/SVGAnimatedProperty.h:
87534 * svg/SVGAnimatedProperty.h:
DChangeLog-2010-05-2411546 * svg/SVGAnimatedProperty.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj160 …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 */,