Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/js/
DJSSVGPathSegListCustom.cpp47 m_context->svgAttributeChanged(imp->associatedAttributeName()); in clear()
63 m_context->svgAttributeChanged(imp->associatedAttributeName()); in initialize()
103 m_context->svgAttributeChanged(imp->associatedAttributeName()); in insertItemBefore()
124 m_context->svgAttributeChanged(imp->associatedAttributeName()); in replaceItem()
146 m_context->svgAttributeChanged(imp->associatedAttributeName()); in removeItem()
160 m_context->svgAttributeChanged(imp->associatedAttributeName()); in appendItem()
DJSSVGTransformListCustom.cpp42 …ypeWrapperCreatorForList<SVGTransform>::create(item.get(), list->associatedAttributeName()).get(),… in finishGetter()
51 const QualifiedName& attributeName = list->associatedAttributeName(); in finishSetter()
62 context->svgAttributeChanged(list->associatedAttributeName()); in finishSetterReadOnlyResult()
71 m_context->svgAttributeChanged(impl()->associatedAttributeName()); in clear()
DJSSVGPointListCustom.cpp42 …DTypeWrapperCreatorForList<FloatPoint>::create(item.get(), list->associatedAttributeName()).get(),… in finishGetter()
51 const QualifiedName& attributeName = list->associatedAttributeName(); in finishSetter()
62 context->svgAttributeChanged(list->associatedAttributeName()); in finishSetterReadOnlyResult()
71 m_context->svgAttributeChanged(impl()->associatedAttributeName()); in clear()
DJSSVGPODTypeWrapper.h94 context->svgAttributeChanged(m_creator->associatedAttributeName()); in commitChange()
/external/webkit/WebCore/svg/
DSVGAngle.h63 const QualifiedName& associatedAttributeName() const { return SVGNames::orientAttr; } in associatedAttributeName() function
DSVGPreserveAspectRatio.h79 … const QualifiedName& associatedAttributeName() const { return SVGNames::preserveAspectRatioAttr; } in associatedAttributeName() function
DSVGPathSeg.h67 const QualifiedName& associatedAttributeName() const { return SVGNames::dAttr; } in associatedAttributeName() function
DSVGTransform.h75 const QualifiedName& associatedAttributeName() const { return SVGNames::transformAttr; } in associatedAttributeName() function
DSVGAnimatedTemplate.h137 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } in associatedAttributeName() function
DSVGList.h54 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } in associatedAttributeName() function
DSVGPathSegList.cpp184 RefPtr<SVGPathSegList> result = create(fromList->associatedAttributeName()); in createAnimated()
/external/webkit/WebCore/bindings/v8/
DV8SVGPODTypeWrapper.h223 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):