Home
last modified time | relevance | path

Searched refs:m_contextElement (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.cpp78 : m_contextElement(contextElement) in SVGViewSpec()
81 ASSERT(m_contextElement); in SVGViewSpec()
111 if (!m_contextElement) in setTransformString()
117 …imatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement.get(), transf… in setTransformString()
140 if (!m_contextElement) in viewTarget()
142 Element* element = m_contextElement.get()->treeScope().getElementById(m_viewTargetString); in viewTarget()
150 if (!m_contextElement) in transform()
158 if (!m_contextElement) in viewBox()
165 if (!m_contextElement) in preserveAspectRatio()
224 … if (!SVGFitToViewBox::parseViewBox(&m_contextElement.get()->document(), ptr, end, viewBox, false)) in parseViewSpecInternal()
[all …]
DSVGAnimatedLength.cpp77 SVGLengthContext lengthContext(m_contextElement); in addAnimatedTypes()
92 ASSERT(m_contextElement); in calculateAnimatedValue()
100 …rseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVGLength, m_contextElement); in calculateAnimatedValue()
101 …>(parseLengthFromString, m_animationElement->toPropertyValueType(), toSVGLength, m_contextElement); in calculateAnimatedValue()
103 SVGLengthContext lengthContext(m_contextElement); in calculateAnimatedValue()
114 ASSERT(m_contextElement); in calculateDistance()
118 SVGLengthContext lengthContext(m_contextElement); in calculateDistance()
DSVGAnimatedColor.cpp68 ASSERT(m_contextElement); in calculateAnimatedValue()
76 …r>(parseColorFromString, m_animationElement->fromPropertyValueType(), fromColor, m_contextElement); in calculateAnimatedValue()
77 …Color>(parseColorFromString, m_animationElement->toPropertyValueType(), toColor, m_contextElement); in calculateAnimatedValue()
81 adjustForCurrentColor(m_contextElement, fromColor); in calculateAnimatedValue()
83 adjustForCurrentColor(m_contextElement, toColor); in calculateAnimatedValue()
102 ASSERT(m_contextElement); in calculateDistance()
DSVGAnimatedNumber.cpp88 ASSERT(m_contextElement); in calculateAnimatedValue()
96 …(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNumber, m_contextElement); in calculateAnimatedValue()
97 …oat>(parseNumberFromString, m_animationElement->toPropertyValueType(), toNumber, m_contextElement); in calculateAnimatedValue()
104 ASSERT(m_contextElement); in calculateDistance()
DSVGAnimatedLengthList.cpp79 SVGLengthContext lengthContext(m_contextElement); in addAnimatedTypes()
94 ASSERT(m_contextElement); in calculateAnimatedValue()
102 …ngthListFromString, m_animationElement->fromPropertyValueType(), fromLengthList, m_contextElement); in calculateAnimatedValue()
103 …seLengthListFromString, m_animationElement->toPropertyValueType(), toLengthList, m_contextElement); in calculateAnimatedValue()
112 SVGLengthContext lengthContext(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedString.cpp78 ASSERT(m_contextElement); in calculateAnimatedValue()
85 …(parseStringFromString, m_animationElement->fromPropertyValueType(), fromString, m_contextElement); in calculateAnimatedValue()
86 …ing>(parseStringFromString, m_animationElement->toPropertyValueType(), toString, m_contextElement); in calculateAnimatedValue()
DSVGViewSpec.h66 SVGElement* contextElement() const { return m_contextElement.get(); } in contextElement()
102 WeakPtr<SVGSVGElement> m_contextElement; variable
DSVGAnimatedInteger.cpp84 ASSERT(m_contextElement); in calculateAnimatedValue()
96 ASSERT(m_contextElement); in calculateDistance()
DSVGAnimatedBoolean.cpp73 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedPreserveAspectRatio.cpp73 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedTypeAnimator.h62 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; } in setContextElement()
183 SVGElement* m_contextElement; variable
DSVGAnimatedIntegerOptionalInteger.cpp91 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedTypeAnimator.cpp41 , m_contextElement(contextElement) in SVGAnimatedTypeAnimator()
DSVGAnimatedRect.cpp77 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedNumberOptionalNumber.cpp88 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedPath.cpp107 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedEnumeration.cpp148 ASSERT(m_contextElement); in calculateAnimatedValue()
DSVGAnimatedAngle.cpp92 ASSERT(m_contextElement); in calculateAnimatedValue()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGStaticListPropertyTearOff.h46 SVGElement* contextElement() const { return m_contextElement; } in contextElement()
87 , m_contextElement(contextElement) in SVGStaticListPropertyTearOff()
89 m_contextElement->setContextElement(); in SVGStaticListPropertyTearOff()
100 ASSERT(m_contextElement); in commitChange()
101 m_values->commitChange(m_contextElement); in commitChange()
117 SVGElement* m_contextElement;
DSVGAnimatedProperty.cpp29 : m_contextElement(contextElement) in SVGAnimatedProperty()
70 ASSERT(m_contextElement); in commitChange()
71 ASSERT_WITH_SECURITY_IMPLICATION(!m_contextElement->m_deletionHasBegun); in commitChange()
72 m_contextElement->invalidateSVGAttributes(); in commitChange()
73 m_contextElement->svgAttributeChanged(m_attributeName); in commitChange()
DSVGStaticPropertyTearOff.h46 virtual void commitChange() { (m_contextElement.get()->*m_update)(); } in commitChange()
52 , m_contextElement(contextElement) in SVGStaticPropertyTearOff()
54 m_contextElement->setContextElement(); in SVGStaticPropertyTearOff()
58 RefPtr<ContextElement> m_contextElement; variable
DSVGPropertyTearOff.h77 m_contextElement = m_animatedProperty->contextElement(); in setAnimatedProperty()
84 ASSERT(m_contextElement); in contextElement()
85 return m_contextElement; in contextElement()
139 m_contextElement = m_animatedProperty->contextElement(); in SVGPropertyTearOff()
180 SVGElement* m_contextElement; variable
DSVGAnimatedProperty.h34 SVGElement* contextElement() const { return m_contextElement; } in contextElement()
35 void resetContextElement() { m_contextElement = 0; } in resetContextElement()
88 SVGElement* m_contextElement; variable