/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGViewSpec.cpp | 78 : 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 …]
|
D | SVGAnimatedLength.cpp | 77 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()
|
D | SVGAnimatedColor.cpp | 68 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()
|
D | SVGAnimatedNumber.cpp | 88 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()
|
D | SVGAnimatedLengthList.cpp | 79 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()
|
D | SVGAnimatedString.cpp | 78 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()
|
D | SVGViewSpec.h | 66 SVGElement* contextElement() const { return m_contextElement.get(); } in contextElement() 102 WeakPtr<SVGSVGElement> m_contextElement; variable
|
D | SVGAnimatedInteger.cpp | 84 ASSERT(m_contextElement); in calculateAnimatedValue() 96 ASSERT(m_contextElement); in calculateDistance()
|
D | SVGAnimatedBoolean.cpp | 73 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedPreserveAspectRatio.cpp | 73 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedTypeAnimator.h | 62 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; } in setContextElement() 183 SVGElement* m_contextElement; variable
|
D | SVGAnimatedIntegerOptionalInteger.cpp | 91 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedTypeAnimator.cpp | 41 , m_contextElement(contextElement) in SVGAnimatedTypeAnimator()
|
D | SVGAnimatedRect.cpp | 77 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedNumberOptionalNumber.cpp | 88 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedPath.cpp | 107 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedEnumeration.cpp | 148 ASSERT(m_contextElement); in calculateAnimatedValue()
|
D | SVGAnimatedAngle.cpp | 92 ASSERT(m_contextElement); in calculateAnimatedValue()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGStaticListPropertyTearOff.h | 46 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;
|
D | SVGAnimatedProperty.cpp | 29 : 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()
|
D | SVGStaticPropertyTearOff.h | 46 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
|
D | SVGPropertyTearOff.h | 77 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
|
D | SVGAnimatedProperty.h | 34 SVGElement* contextElement() const { return m_contextElement; } in contextElement() 35 void resetContextElement() { m_contextElement = 0; } in resetContextElement() 88 SVGElement* m_contextElement; variable
|