OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldApplyAnimation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
86
enum
ShouldApplyAnimation
{
92
ShouldApplyAnimation
shouldApplyAnimation
(SVGElement* targetElement, const QualifiedName& attributeName);
222
void applyAnimatedValue(
ShouldApplyAnimation
, SVGElement* targetElement, const QualifiedName& attributeName, SVGAnimatedType*);
SVGAnimateElement.cpp
208
ShouldApplyAnimation
shouldApply =
shouldApplyAnimation
(targetElement, attributeName);
SVGAnimationElement.cpp
369
SVGAnimationElement::
ShouldApplyAnimation
SVGAnimationElement::
shouldApplyAnimation
(SVGElement* targetElement, const QualifiedName& attributeName)
Completed in 1019 milliseconds