HomeSort by relevance Sort by last modified time
    Searched refs:contextElement (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp 38 SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName)
39 : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
SVGPathSeg.cpp 38 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement)
40 , m_contextElement(contextElement)
SVGAnimatedRect.h 41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName)
43 return adoptRef(new SVGAnimatedRect(contextElement, attributeName));
47 SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName)
48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
SVGStringListTearOff.cpp 36 SVGStringListTearOff::SVGStringListTearOff(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
37 : SVGPropertyTearOff<SVGStringList>(target, contextElement, propertyIsAnimVal, attributeName)
SVGAnimatedBoolean.h 41 static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue));
47 SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
48 : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue)
SVGAnimatedPreserveAspectRatio.h 41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue)
43 return adoptRef(new SVGAnimatedPreserveAspectRatio(contextElement, attributeName, initialValue));
47 SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue)
48 : SVGAnimatedProperty<SVGPreserveAspectRatio>(contextElement, attributeName, initialValue)
SVGAnimatedString.h 41 static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue)
43 return adoptRef(new SVGAnimatedString(contextElement, attributeName, initialValue));
47 SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue)
48 : SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
SVGAnimatedEnumeration.h 41 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, Enum initialValue)
43 return adoptRef(new SVGAnimatedEnumeration(contextElement, attributeName, SVGEnumeration<Enum>::create(initialValue)));
46 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue)
48 return adoptRef(new SVGAnimatedEnumeration(contextElement, attributeName, initialValue));
67 SVGAnimatedEnumeration(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue)
68 : SVGAnimatedEnumerationBase(contextElement, attributeName, initialValue)
SVGAnimatedAngle.h 43 static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement)
45 return adoptRef(new SVGAnimatedAngle(contextElement));
60 SVGAnimatedAngle(SVGMarkerElement* contextElement);
SVGAnimatedInteger.h 44 static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
46 return adoptRef(new SVGAnimatedInteger(contextElement, attributeName, initialValue));
57 SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
58 : SVGAnimatedProperty<SVGInteger>(contextElement, attributeName, initialValue)
SVGAnimatedLength.h 41 static PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode)
43 return adoptRef(new SVGAnimatedLength(contextElement, attributeName, initialValue, negativeValuesMode));
50 SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode)
51 : SVGAnimatedProperty<SVGLength>(contextElement, attributeName, initialValue)
SVGAnimatedNumber.h 44 static PassRefPtr<SVGAnimatedNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue)
46 return adoptRef(new SVGAnimatedNumber(contextElement, attributeName, initialValue));
57 SVGAnimatedNumber(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue)
58 : SVGAnimatedProperty<SVGNumber>(contextElement, attributeName, initialValue)
SVGLengthListTearOff.h 44 static PassRefPtr<SVGLengthListTearOff> create(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
46 return adoptRef(new SVGLengthListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGLengthListTearOff(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
51 : SVGListPropertyTearOffHelper<SVGLengthListTearOff, SVGLengthList>(target, contextElement, propertyIsAnimVal, attributeName)
SVGNumberListTearOff.h 44 static PassRefPtr<SVGNumberListTearOff> create(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
46 return adoptRef(new SVGNumberListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGNumberListTearOff(PassRefPtr<SVGNumberList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
51 : SVGListPropertyTearOffHelper<SVGNumberListTearOff, SVGNumberList>(target, contextElement, propertyIsAnimVal, attributeName) { }
SVGPointListTearOff.h 44 static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
46 return adoptRef(new SVGPointListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
51 : SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>(target, contextElement, propertyIsAnimVal, attributeName) { }
SVGAnimatedAngle.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedBoolean.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedEnumerationBase.cpp 59 contextElement()->invalidateSVGAttributes();
60 contextElement()->svgAttributeChanged(this->attributeName());
SVGAnimatedEnumerationBase.h 46 SVGAnimatedEnumerationBase(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumerationBase> initialValue)
47 : SVGAnimatedProperty<SVGEnumerationBase>(contextElement, attributeName, initialValue)
SVGAnimatedInteger.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedLength.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedLengthList.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedNumber.idl 29 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedNumberList.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.cpp 41 if (!contextElement() || isAnimVal())
44 contextElement()->invalidateSVGAttributes();
45 contextElement()->svgAttributeChanged(m_attributeName);

Completed in 289 milliseconds

1 2 3 4 5