Searched refs:contextElement (Results 1 - 25 of 123) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedPath.cpp38 SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) argument
39 : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
H A DSVGPathSeg.cpp38 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement) argument
40 , m_contextElement(contextElement)
H A DSVGStringListTearOff.cpp36 SVGStringListTearOff::SVGStringListTearOff(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
37 : SVGPropertyTearOff<SVGStringList>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGAnimatedBoolean.h41 static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) argument
43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue));
47 SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) argument
48 : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue)
H A DSVGAnimatedPreserveAspectRatio.h41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) argument
43 return adoptRef(new SVGAnimatedPreserveAspectRatio(contextElement, attributeName, initialValue));
47 SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) argument
48 : SVGAnimatedProperty<SVGPreserveAspectRatio>(contextElement, attributeName, initialValue)
H A DSVGAnimatedRect.h41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) argument
43 return adoptRef(new SVGAnimatedRect(contextElement, attributeName));
47 SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName) argument
48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
H A DSVGAnimatedString.h41 static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue) argument
43 return adoptRef(new SVGAnimatedString(contextElement, attributeName, initialValue));
47 SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue) argument
48 : SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
H A DSVGAnimatedInteger.h44 static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue) argument
46 return adoptRef(new SVGAnimatedInteger(contextElement, attributeName, initialValue));
57 SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue) argument
58 : SVGAnimatedProperty<SVGInteger>(contextElement, attributeName, initialValue)
H A DSVGAnimatedLength.h41 static PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) argument
43 return adoptRef(new SVGAnimatedLength(contextElement, attributeName, initialValue, negativeValuesMode));
50 SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) argument
51 : SVGAnimatedProperty<SVGLength>(contextElement, attributeName, initialValue)
H A DSVGAnimatedNumber.h44 static PassRefPtr<SVGAnimatedNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue) argument
46 return adoptRef(new SVGAnimatedNumber(contextElement, attributeName, initialValue));
57 SVGAnimatedNumber(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue) argument
58 : SVGAnimatedProperty<SVGNumber>(contextElement, attributeName, initialValue)
H A DSVGLengthListTearOff.h44 static PassRefPtr<SVGLengthListTearOff> create(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
46 return adoptRef(new SVGLengthListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGLengthListTearOff(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
51 : SVGListPropertyTearOffHelper<SVGLengthListTearOff, SVGLengthList>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGNumberListTearOff.h44 static PassRefPtr<SVGNumberListTearOff> create(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
46 return adoptRef(new SVGNumberListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGNumberListTearOff(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
51 : SVGListPropertyTearOffHelper<SVGNumberListTearOff, SVGNumberList>(target, contextElement, propertyIsAnimVal, attributeName) { }
H A DSVGPointListTearOff.h44 static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
46 return adoptRef(new SVGPointListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
51 : SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>(target, contextElement, propertyIsAnimVal, attributeName) { }
H A DSVGAnimatedAngle.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedBoolean.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedEnumerationBase.cpp59 contextElement()->invalidateSVGAttributes();
60 contextElement()->svgAttributeChanged(this->attributeName());
H A DSVGAnimatedEnumerationBase.h46 SVGAnimatedEnumerationBase(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumerationBase> initialValue) argument
47 : SVGAnimatedProperty<SVGEnumerationBase>(contextElement, attributeName, initialValue)
H A DSVGAnimatedInteger.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedLength.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedLengthList.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedNumber.idl29 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedNumberList.idl28 SetWrapperReferenceTo(SVGElement contextElement),
H A DSVGAnimatedPath.h45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName) argument
47 return adoptRef(new SVGAnimatedPath(contextElement, attributeName));
H A DSVGAnimatedPreserveAspectRatio.idl28 SetWrapperReferenceTo(SVGElement contextElement),
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyTearOff.cpp41 if (!contextElement() || isAnimVal())
44 contextElement()->invalidateSVGAttributes();
45 contextElement()->svgAttributeChanged(m_attributeName);

Completed in 126 milliseconds

12345