Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedTransformListPropertyTearOff.h45 …static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, cons… in create()
52 …SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedTransformListPropertyTearOff()
DSVGStaticPropertyTearOff.h40 …static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod u… in create()
49 … SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update) in SVGStaticPropertyTearOff()
DSVGAttributeToPropertyMap.cpp89 void SVGAttributeToPropertyMap::synchronizeProperties(SVGElement* contextElement) in synchronizeProperties()
103 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty()
131 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty()
139 …GAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const Q… in animatedProperty()
DSVGAnimatedEnumerationPropertyTearOff.h42 …efPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const Q… in create()
56 …SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeNa… in SVGAnimatedEnumerationPropertyTearOff()
DSVGStaticListPropertyTearOff.h40 …PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, Propert… in create()
46 SVGElement* contextElement() const { return m_contextElement; } in contextElement() function
85 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) in SVGStaticListPropertyTearOff()
DSVGAnimatedStaticPropertyTearOff.h52 …RefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const Q… in create()
102 …SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, A… in SVGAnimatedStaticPropertyTearOff()
DSVGAnimatedPropertyTearOff.h61 …static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, co… in create()
110 …SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Animate… in SVGAnimatedPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h62 …static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const … in create()
107 …SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeNa… in SVGAnimatedPathSegListPropertyTearOff()
DSVGPathSegListPropertyTearOff.cpp87 SVGPathElement* SVGPathSegListPropertyTearOff::contextElement() const in contextElement() function in WebCore::SVGPathSegListPropertyTearOff
89 SVGElement* contextElement = m_animatedProperty->contextElement(); in contextElement() local
DSVGAnimatedListPropertyTearOff.h165 …ssRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const Q… in create()
172 …SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Ani… in SVGAnimatedListPropertyTearOff()
DSVGAnimatedProperty.cpp28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedProperty()
DSVGAnimatedProperty.h34 SVGElement* contextElement() const { return m_contextElement; } in contextElement() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTests.cpp155 void SVGTests::synchronizeRequiredFeatures(SVGElement* contextElement) in synchronizeRequiredFeatures()
164 void SVGTests::synchronizeRequiredExtensions(SVGElement* contextElement) in synchronizeRequiredExtensions()
173 void SVGTests::synchronizeSystemLanguage(SVGElement* contextElement) in synchronizeSystemLanguage()
DSVGViewSpec.h42 static PassRefPtr<SVGViewSpec> create(WeakPtr<SVGSVGElement> contextElement) in create()
66 SVGElement* contextElement() const { return m_contextElement.get(); } in contextElement() function
DSVGPolyElement.cpp136 void SVGPolyElement::synchronizePoints(SVGElement* contextElement) in synchronizePoints()
145 …RefPtr<SVGAnimatedProperty> SVGPolyElement::lookupOrCreatePointsWrapper(SVGElement* contextElement) in lookupOrCreatePointsWrapper()
DSVGPathSegList.cpp40 void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification listModification) in commitChange()
DSVGAnimatorFactory.h47 …tedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, Animate… in create()
DSVGMarkerElement.cpp225 void SVGMarkerElement::synchronizeOrientType(SVGElement* contextElement) in synchronizeOrientType()
240 …<SVGAnimatedProperty> SVGMarkerElement::lookupOrCreateOrientTypeWrapper(SVGElement* contextElement) in lookupOrCreateOrientTypeWrapper()
DSVGStringList.cpp30 void SVGStringList::commitChange(SVGElement* contextElement) in commitChange()
DSVGTextContentElement.cpp75 void SVGTextContentElement::synchronizeTextLength(SVGElement* contextElement) in synchronizeTextLength()
85 …nimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement* contextElement) in lookupOrCreateTextLengthWrapper()
DSVGPathSegWithContext.h50 SVGPathElement* contextElement() const { return m_element; } in contextElement() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFragment.cpp75 void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy… in parseHTML()
80 bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy … in parseXML()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp82 …ng::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement* contextElement, UChar c… in calculateCSSKerningAndSpacing()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp50 static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErr… in tokenizerStateForContextElement()
94 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, ParserC… in HTMLDocumentParser()
947 …cumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, ParserCo… in parseDocumentFragment()
DHTMLTreeBuilder.h60 …> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserCo… in create()
204 …Element* contextElement() const { ASSERT(m_fragment); return m_contextElementStackItem->element();… in contextElement() function

123