Home
last modified time | relevance | path

Searched refs:setContextElement (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGStaticPropertyTearOff.h54 m_contextElement->setContextElement(); in SVGStaticPropertyTearOff()
DSVGAnimatedProperty.cpp35 contextElement->setContextElement(); in SVGAnimatedProperty()
DSVGStaticListPropertyTearOff.h89 m_contextElement->setContextElement(); in SVGStaticListPropertyTearOff()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h147 void setContextElement() { m_isContextElement = true; } in setContextElement() function
DSVGAnimatedTypeAnimator.h62 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; } in setContextElement() function
DSVGAnimateElement.cpp127 m_animator->setContextElement(targetElement); in calculateAnimatedValue()