HomeSort by relevance Sort by last modified time
    Searched full:m_contextelement (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticListPropertyTearOff.h 46 SVGElement* contextElement() const { return m_contextElement; }
87 , m_contextElement(contextElement)
89 m_contextElement->setContextElement();
100 ASSERT(m_contextElement);
101 m_values->commitChange(m_contextElement);
117 SVGElement* m_contextElement;
SVGStaticPropertyTearOff.h 46 virtual void commitChange() { (m_contextElement.get()->*m_update)(); }
52 , m_contextElement(contextElement)
54 m_contextElement->setContextElement();
58 RefPtr<ContextElement> m_contextElement;
SVGAnimatedProperty.cpp 29 : m_contextElement(contextElement)
70 ASSERT(m_contextElement);
71 ASSERT_WITH_SECURITY_IMPLICATION(!m_contextElement->m_deletionHasBegun);
72 m_contextElement->invalidateSVGAttributes();
73 m_contextElement->svgAttributeChanged(m_attributeName);
SVGAnimatedProperty.h 34 SVGElement* contextElement() const { return m_contextElement; }
35 void resetContextElement() { m_contextElement = 0; }
88 SVGElement* m_contextElement;
SVGPropertyTearOff.h 77 m_contextElement = m_animatedProperty->contextElement();
84 ASSERT(m_contextElement);
85 return m_contextElement;
139 m_contextElement = m_animatedProperty->contextElement();
180 SVGElement* m_contextElement;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedLength.cpp 77 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);
SVGAnimatedColor.cpp 68 ASSERT(m_contextElement);
76 m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->fromPropertyValueType(), fromColor, m_contextElement);
77 m_animationElement->adjustForInheritance<Color>(parseColorFromString, m_animationElement->toPropertyValueType(), toColor, m_contextElement);
81 adjustForCurrentColor(m_contextElement, fromColor);
83 adjustForCurrentColor(m_contextElement, toColor);
102 ASSERT(m_contextElement);
SVGViewSpec.cpp 78 : m_contextElement(contextElement)
81 ASSERT(m_contextElement);
111 if (!m_contextElement)
117 if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement.get(), transformPropertyInfo()))
140 if (!m_contextElement)
142 Element* element = m_contextElement.get()->treeScope().getElementById(m_viewTargetString);
150 if (!m_contextElement)
158 if (!m_contextElement)
165 if (!m_contextElement)
224 if (!SVGFitToViewBox::parseViewBox(&m_contextElement.get()->document(), ptr, end, viewBox, false)
    [all...]
SVGAnimatedLengthList.cpp 79 SVGLengthContext lengthContext(m_contextElement);
94 ASSERT(m_contextElement);
102 m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElement->fromPropertyValueType(), fromLengthList, m_contextElement);
103 m_animationElement->adjustForInheritance<SVGLengthList>(parseLengthListFromString, m_animationElement->toPropertyValueType(), toLengthList, m_contextElement);
112 SVGLengthContext lengthContext(m_contextElement);
SVGAnimatedString.cpp 78 ASSERT(m_contextElement);
85 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromString, m_contextElement);
86 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->toPropertyValueType(), toString, m_contextElement);
SVGAnimatedNumber.cpp 88 ASSERT(m_contextElement);
96 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNumber, m_contextElement);
97 m_animationElement->adjustForInheritance<float>(parseNumberFromString, m_animationElement->toPropertyValueType(), toNumber, m_contextElement);
104 ASSERT(m_contextElement);
SVGAnimatedInteger.cpp 84 ASSERT(m_contextElement);
96 ASSERT(m_contextElement);
SVGViewSpec.h 66 SVGElement* contextElement() const { return m_contextElement.get(); }
102 WeakPtr<SVGSVGElement> m_contextElement;
SVGAnimatedBoolean.cpp 73 ASSERT(m_contextElement);
SVGAnimatedPreserveAspectRatio.cpp 73 ASSERT(m_contextElement);
SVGAnimatedIntegerOptionalInteger.cpp 91 ASSERT(m_contextElement);
SVGAnimatedNumberOptionalNumber.cpp 88 ASSERT(m_contextElement);
SVGAnimatedRect.cpp 77 ASSERT(m_contextElement);
SVGAnimatedTypeAnimator.cpp 41 , m_contextElement(contextElement)
SVGAnimatedTypeAnimator.h 62 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
183 SVGElement* m_contextElement;
SVGAnimatedAngle.cpp 92 ASSERT(m_contextElement);
SVGAnimatedEnumeration.cpp 148 ASSERT(m_contextElement);
SVGAnimatedPath.cpp 107 ASSERT(m_contextElement);

Completed in 184 milliseconds