Home
last modified time | relevance | path

Searched defs:contextElement (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyTearOff.h76 SVGElement* contextElement() in contextElement() function
86 void attachToSVGElementAttribute(SVGElement* contextElement, const QualifiedName& attributeName) in attachToSVGElementAttribute()
99 : m_contextElement(contextElement) in m_contextElement() argument
135 : SVGPropertyTearOffBase(contextElement, propertyIsAnimVal, attributeName) in SVGPropertyTearOffBase() argument
DSVGAnimatedProperty.h68 SVGElement* contextElement() const in contextElement() function
163 …SVGAnimatedPropertyCommon(SVGElement* contextElement, const QualifiedName& attributeName, PassRefP… in SVGAnimatedPropertyCommon()
223 …SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Pro… in SVGAnimatedProperty()
239 …static PassRefPtr<SVGAnimatedProperty<Property> > create(SVGElement* contextElement, const Qualifi… in create()
287 …SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Pro… in SVGAnimatedProperty()
DSVGAnimatedProperty.cpp38 …opertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGElement* contextElement, const Q… in SVGAnimatedPropertyBase()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedEnumeration.h41 …static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const Qualifie… in create()
46 …static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const Qualifie… in create()
67 …SVGAnimatedEnumeration(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<… in SVGAnimatedEnumeration()
DSVGAnimatedRect.h41 …static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attribu… in create()
47 SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName) in SVGAnimatedRect()
DSVGAnimatedBoolean.h41 …static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attr… in create()
47 …SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGB… in SVGAnimatedBoolean()
DSVGAnimatedPreserveAspectRatio.h41 …static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const Qualifi… in create()
47 …SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, Pas… in SVGAnimatedPreserveAspectRatio()
DSVGAnimatedString.h41 …static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attri… in create()
47 …SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGSt… in SVGAnimatedString()
DSVGAnimatedLength.h41 …static PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attri… in create()
50 …SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLe… in SVGAnimatedLength()
DSVGViewSpec.h40 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement) in create()
63 SVGSVGElement* contextElement() { return m_contextElement.get(); } in contextElement() function
DSVGAnimatedNumber.h44 …static PassRefPtr<SVGAnimatedNumber> create(SVGElement* contextElement, const QualifiedName& attri… in create()
57 …SVGAnimatedNumber(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNu… in SVGAnimatedNumber()
DSVGAnimatedInteger.h44 …static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attr… in create()
57 …SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGI… in SVGAnimatedInteger()
DSVGPathSegListTearOff.h47 …rInsertionFromTearOff(PassRefPtr<ItemTearOffType> passNewItem, SVGElement* contextElement, const Q… in getValueForInsertionFromTearOff()
55 …OffType> createTearOff(PassRefPtr<ItemPropertyType> passValue, SVGElement* contextElement, Propert… in createTearOff()
DSVGAnimatedColor.cpp51 …id SVGColorProperty::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement) in add()
61 …pertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) in calculateAnimatedValue()
91 …VGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) in calculateDistance()
DSVGPathSeg.cpp38 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement) in SVGPathSeg()
DSVGAnimatedPath.h45 …static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& att… in create()
DSVGAnimatedEnumerationBase.h46 …SVGAnimatedEnumerationBase(SVGElement* contextElement, const QualifiedName& attributeName, PassRef… in SVGAnimatedEnumerationBase()
DSVGAnimatedAngle.h43 static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement) in create()
DSVGAnimatedPath.cpp38 SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) in SVGAnimatedPath()
DSVGStringListTearOff.cpp36 …earOff::SVGStringListTearOff(PassRefPtr<SVGStringList> target, SVGElement* contextElement, Propert… in SVGStringListTearOff()
DSVGStaticStringList.h45 …static PassRefPtr<SVGStaticStringList> create(SVGElement* contextElement, const QualifiedName& att… in create()
DSVGNumberTearOff.cpp40 SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement* contextElement, Proper… in SVGNumberTearOff()
DSVGAnimatedAngle.cpp40 SVGAnimatedAngle::SVGAnimatedAngle(SVGMarkerElement* contextElement) in SVGAnimatedAngle()
DSVGAnimatedNumberOptionalNumber.cpp26 SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement* contextElement, const … in SVGAnimatedNumberOptionalNumber()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFragment.cpp74 void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy… in parseHTML()
79 bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy … in parseXML()

123