Searched refs:associatedAttributeName (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/bindings/js/ |
D | JSSVGPathSegListCustom.cpp | 48 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()
|
D | JSSVGPODListCustom.h | 54 …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()
|
D | JSSVGPODTypeWrapper.h | 95 JSSVGContextCache::propagateSVGDOMChange(wrapper, m_creator->associatedAttributeName()); in commitChange()
|
/external/webkit/WebCore/svg/ |
D | SVGAnimatedProperty.h | 62 …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 \
|
D | SVGPathSeg.h | 65 const QualifiedName& associatedAttributeName() const { return SVGNames::dAttr; } in associatedAttributeName() function
|
D | SVGAnimatedTemplate.h | 116 virtual const QualifiedName& associatedAttributeName() const = 0;
|
D | SVGList.h | 56 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } in associatedAttributeName() function
|
D | SVGPathSegList.cpp | 187 RefPtr<SVGPathSegList> result = create(fromList->associatedAttributeName()); in createAnimated()
|
/external/webkit/WebCore/bindings/v8/ |
D | V8SVGPODTypeWrapper.h | 228 context->svgAttributeChanged(m_creator->associatedAttributeName()); in commitChange()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 6410 (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):
|
D | ChangeLog-2010-01-29 | 2575 … name associated with a SVG DOM property in SVGAnimatedProperty, move the associatedAttributeName() 2626 (WebCore::SVGAnimatedPropertyTearOff::associatedAttributeName): 5175 * svg/SVGAngle.h: Remove unneeded associatedAttributeName() method.
|