OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedEnumerationAnimator
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.h
38
class
SVGAnimatedEnumerationAnimator
: public SVGAnimatedTypeAnimator {
40
SVGAnimatedEnumerationAnimator
(SVGAnimationElement*, SVGElement*);
41
virtual ~
SVGAnimatedEnumerationAnimator
() { }
SVGAnimatedEnumeration.cpp
102
SVGAnimatedEnumerationAnimator
::
SVGAnimatedEnumerationAnimator
(SVGAnimationElement* animationElement, SVGElement* contextElement)
107
PassOwnPtr<SVGAnimatedType>
SVGAnimatedEnumerationAnimator
::constructFromString(const String& string)
115
PassOwnPtr<SVGAnimatedType>
SVGAnimatedEnumerationAnimator
::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
120
void
SVGAnimatedEnumerationAnimator
::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
125
void
SVGAnimatedEnumerationAnimator
::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
130
void
SVGAnimatedEnumerationAnimator
::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
135
void
SVGAnimatedEnumerationAnimator
::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
140
void
SVGAnimatedEnumerationAnimator
::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*)
145
void
SVGAnimatedEnumerationAnimator
::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SV (…)
[
all
...]
SVGAnimatorFactory.h
60
return adoptPtr(new
SVGAnimatedEnumerationAnimator
(animationElement, contextElement));
Completed in 65 milliseconds