HomeSort by relevance Sort by last modified time
    Searched refs:m_contextElement (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.cpp 29 : m_contextElement(contextElement)
55 ASSERT(m_contextElement);
56 ASSERT(!m_contextElement->m_deletionHasBegun);
57 m_contextElement->invalidateSVGAttributes();
58 m_contextElement->svgAttributeChanged(m_attributeName);
SVGStaticPropertyTearOff.h 46 virtual void commitChange() { (m_contextElement.get()->*m_update)(); }
52 , m_contextElement(contextElement)
57 RefPtr<ContextElement> m_contextElement;
SVGPropertyTearOff.h 70 m_contextElement = m_animatedProperty->contextElement();
77 return m_contextElement.get();
131 m_contextElement = m_animatedProperty->contextElement();
157 RefPtr<SVGElement> m_contextElement;
SVGStaticListPropertyTearOff.h 85 , m_contextElement(contextElement)
97 m_values->commitChange(m_contextElement.get());
113 RefPtr<SVGElement> m_contextElement;
SVGAnimatedProperty.h 34 SVGElement* contextElement() const { return m_contextElement.get(); }
85 RefPtr<SVGElement> m_contextElement;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.cpp 81 : m_contextElement(contextElement)
84 ASSERT(m_contextElement);
114 if (!m_contextElement)
120 if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement, transformPropertyInfo()))
143 if (!m_contextElement)
145 Element* element = m_contextElement->treeScope()->getElementById(m_viewTargetString);
153 if (!m_contextElement)
161 if (!m_contextElement)
168 if (!m_contextElement)
227 if (!SVGFitToViewBox::parseViewBox(m_contextElement->document(), ptr, end, viewBox, false)
    [all...]
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);
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);
SVGViewSpec.h 67 SVGElement* contextElement() const { return m_contextElement; }
68 void resetContextElement() { m_contextElement = 0; }
104 SVGElement* 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);
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);
SVGAnimatedInteger.cpp 84 ASSERT(m_contextElement);
96 ASSERT(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 99 ASSERT(m_contextElement);
SVGAnimatedEnumeration.cpp 148 ASSERT(m_contextElement);
SVGAnimatedPath.cpp 107 ASSERT(m_contextElement);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 200 Element* contextElement() const { ASSERT(m_fragment); return m_contextElement; }
204 Element* m_contextElement;
HTMLTreeBuilder.cpp 342 , m_contextElement(0)
348 , m_contextElement(contextElement)
    [all...]

Completed in 66 milliseconds