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

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedProperty.cpp29 : m_contextElement(contextElement)
54 ASSERT(m_contextElement);
55 ASSERT(!m_contextElement->m_deletionHasBegun);
56 m_contextElement->invalidateSVGAttributes();
57 m_contextElement->svgAttributeChanged(m_attributeName);
H A DSVGStaticPropertyTearOff.h45 virtual void commitChange() { (m_contextElement.get()->*m_update)(); }
51 , m_contextElement(contextElement)
56 RefPtr<ContextElement> m_contextElement; member in class:WebCore::SVGStaticPropertyTearOff
H A DSVGStaticListPropertyTearOff.h82 , m_contextElement(contextElement)
94 m_values->commitChange(m_contextElement.get());
110 RefPtr<SVGElement> m_contextElement; member in class:WebCore::SVGStaticListPropertyTearOff
H A DSVGPropertyTearOff.h72 m_contextElement = m_animatedProperty->contextElement();
79 return m_contextElement.get();
133 m_contextElement = m_animatedProperty->contextElement();
161 RefPtr<SVGElement> m_contextElement; member in class:WebCore::SVGPropertyTearOff
H A DSVGAnimatedProperty.h34 SVGElement* contextElement() const { return m_contextElement.get(); }
85 RefPtr<SVGElement> m_contextElement; member in class:WebCore::SVGAnimatedProperty
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGViewSpec.cpp80 : m_contextElement(contextElement)
83 ASSERT(m_contextElement);
112 if (!m_contextElement)
118 if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement, transformPropertyInfo()))
141 if (!m_contextElement)
143 Element* element = m_contextElement->treeScope().getElementById(m_viewTargetString);
151 if (!m_contextElement)
159 if (!m_contextElement)
166 if (!m_contextElement)
214 if (currViewSpec >= end || !m_contextElement)
[all...]
H A DSVGAnimatedLength.cpp77 SVGLengthContext lengthContext(m_contextElement);
92 ASSERT(m_contextElement);
100 m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVGLength, m_contextElement);
101 m_animationElement->adjustForInheritance<SVGLength>(parseLengthFromString, m_animationElement->toPropertyValueType(), toSVGLength, m_contextElement);
103 SVGLengthContext lengthContext(m_contextElement);
114 ASSERT(m_contextElement);
118 SVGLengthContext lengthContext(m_contextElement);
H A DSVGAnimatedColor.cpp67 ASSERT(m_contextElement);
75 m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->fromPropertyValueType(), fromColor, m_contextElement);
76 m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->toPropertyValueType(), toColor, m_contextElement);
80 adjustForCurrentColor(m_contextElement, fromColor);
82 adjustForCurrentColor(m_contextElement, toColor);
101 ASSERT(m_contextElement);
H A DSVGAnimatedString.cpp77 ASSERT(m_contextElement);
84 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromString, m_contextElement);
85 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->toPropertyValueType(), toString, m_contextElement);
H A DSVGViewSpec.h67 SVGElement* contextElement() const { return m_contextElement; }
68 void resetContextElement() { m_contextElement = 0; }
101 SVGElement* m_contextElement; member in class:WebCore::SVGViewSpec
H A DSVGAnimatedNumber.cpp85 ASSERT(m_contextElement);
93 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNumber, m_contextElement);
94 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->toPropertyValueType(), toNumber, m_contextElement);
101 ASSERT(m_contextElement);
H A DSVGAnimatedLengthList.cpp78 SVGLengthContext lengthContext(m_contextElement);
93 ASSERT(m_contextElement);
101 m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElement->fromPropertyValueType(), fromLengthList, m_contextElement);
102 m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElement->toPropertyValueType(), toLengthList, m_contextElement);
111 SVGLengthContext lengthContext(m_contextElement);
H A DSVGAnimatedInteger.cpp84 ASSERT(m_contextElement);
96 ASSERT(m_contextElement);
H A DSVGAnimatedBoolean.cpp72 ASSERT(m_contextElement);
H A DSVGAnimatedPreserveAspectRatio.cpp72 ASSERT(m_contextElement);
H A DSVGAnimatedIntegerOptionalInteger.cpp90 ASSERT(m_contextElement);
H A DSVGAnimatedNumberOptionalNumber.cpp85 ASSERT(m_contextElement);
H A DSVGAnimatedRect.cpp76 ASSERT(m_contextElement);
H A DSVGAnimatedTypeAnimator.cpp42 , m_contextElement(contextElement)
H A DSVGAnimatedAngle.cpp91 ASSERT(m_contextElement);
H A DSVGAnimatedEnumeration.cpp152 ASSERT(m_contextElement);
H A DSVGAnimatedPath.cpp106 ASSERT(m_contextElement);
H A DSVGAnimatedTypeAnimator.h62 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
183 SVGElement* m_contextElement; member in class:WebCore::SVGAnimatedTypeAnimator
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTreeBuilder.h204 Element* contextElement() const { ASSERT(m_fragment); return m_contextElement; }
208 Element* m_contextElement; member in class:WebCore::HTMLTreeBuilder::FragmentParsingContext
H A DHTMLTreeBuilder.cpp322 , m_contextElement(0)
328 , m_contextElement(contextElement)

Completed in 212 milliseconds