OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustForInheritance
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
95
void
adjustForInheritance
(ParseTypeFromStringType parseTypeFromString, AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement)
101
adjustForInheritance
(contextElement, attributeName(), typeString);
191
void
adjustForInheritance
(SVGElement* targetElement, const QualifiedName& attributeName, String&);
SVGAnimatedTypeAnimator.cpp
241
m_animationElement->
adjustForInheritance
<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->fromPropertyValueType(), fromValue, m_contextElement);
242
m_animationElement->
adjustForInheritance
<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->toPropertyValueType(), toValue, m_contextElement);
SVGAnimationElement.cpp
638
void SVGAnimationElement::
adjustForInheritance
(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
Completed in 61 milliseconds