OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:determineAnimatedAttributeType
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimateTransformElement.cpp
68
return
determineAnimatedAttributeType
(targetElement) == AnimatedTransformList;
71
AnimatedAttributeType SVGAnimateTransformElement::
determineAnimatedAttributeType
(SVGElement* targetElement) const
117
if (!targetElement ||
determineAnimatedAttributeType
(targetElement) == AnimatedUnknown)
135
if (!targetElement ||
determineAnimatedAttributeType
(targetElement) == AnimatedUnknown)
183
if (!targetElement ||
determineAnimatedAttributeType
(targetElement) == AnimatedUnknown)
SVGAnimateElement.cpp
122
return
determineAnimatedAttributeType
(targetElement) != AnimatedUnknown;
125
AnimatedAttributeType SVGAnimateElement::
determineAnimatedAttributeType
(SVGElement* targetElement) const
348
m_animatedAttributeType =
determineAnimatedAttributeType
(targetElement);
403
m_animatedAttributeType =
determineAnimatedAttributeType
(targetElement);
437
m_animatedAttributeType =
determineAnimatedAttributeType
(targetElement);
496
m_animatedAttributeType =
determineAnimatedAttributeType
(targetElement);
Completed in 397 milliseconds