Home
last modified time | relevance | path

Searched refs:associatedAttributeName (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSSVGPathSegListCustom.cpp48 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in clear()
65 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in initialize()
107 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in insertItemBefore()
129 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in replaceItem()
152 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in removeItem()
167 JSSVGContextCache::propagateSVGDOMChange(this, list->associatedAttributeName()); in appendItem()
DJSSVGPODListCustom.h54 …DTypeWrapperCreatorForList<PODType>::create(item.get(), listImp->associatedAttributeName()).get(),… in finishGetter()
68 const QualifiedName& attributeName = listImp->associatedAttributeName(); in finishSetter()
86 JSSVGContextCache::propagateSVGDOMChange(wrapper, listImp->associatedAttributeName()); in finishSetterReadOnlyResult()
102 JSSVGContextCache::propagateSVGDOMChange(wrapper, listImp->associatedAttributeName()); in clear()
DJSSVGPODTypeWrapper.h95 JSSVGContextCache::propagateSVGDOMChange(wrapper, m_creator->associatedAttributeName()); in commitChange()
/external/webkit/WebCore/svg/
DSVGAnimatedProperty.h62 …virtual const QualifiedName& associatedAttributeName() const { return m_creator.associatedAttribut… in associatedAttributeName() function
119 virtual const QualifiedName& associatedAttributeName() const = 0;
156 virtual const QualifiedName& associatedAttributeName() const \
DSVGPathSeg.h65 const QualifiedName& associatedAttributeName() const { return SVGNames::dAttr; } in associatedAttributeName() function
DSVGAnimatedTemplate.h116 virtual const QualifiedName& associatedAttributeName() const = 0;
DSVGList.h56 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } in associatedAttributeName() function
DSVGPathSegList.cpp187 RefPtr<SVGPathSegList> result = create(fromList->associatedAttributeName()); in createAnimated()
/external/webkit/WebCore/bindings/v8/
DV8SVGPODTypeWrapper.h228 context->svgAttributeChanged(m_creator->associatedAttributeName()); in commitChange()
/external/webkit/WebCore/
DChangeLog-2008-08-106410 (WebCore::SVGAnimatedTemplate::associatedAttributeName):
7651 (WebCore::SVGAnimatedTemplate::associatedAttributeName):
34933 (WebCore::SVGAnimatedTemplate::associatedAttributeName):
35270 (WebCore::SVGAnimatedTemplate::associatedAttributeName):
53567 (WebCore::SVGAngle::associatedAttributeName):
53571 (WebCore::SVGAnimatedTemplate::associatedAttributeName):
53651 (WebCore::SVGList::associatedAttributeName):
53669 (WebCore::SVGPathSeg::associatedAttributeName):
53693 (WebCore::SVGPreserveAspectRatio::associatedAttributeName):
DChangeLog-2010-01-292575 … name associated with a SVG DOM property in SVGAnimatedProperty, move the associatedAttributeName()
2626 (WebCore::SVGAnimatedPropertyTearOff::associatedAttributeName):
5175 * svg/SVGAngle.h: Remove unneeded associatedAttributeName() method.