|
| bool | animate (CompositeAnimation *, RenderElement *, const RenderStyle *currentStyle, const RenderStyle *targetStyle, std::unique_ptr< RenderStyle > &animatedStyle, bool &didBlendStyle) override |
| |
| void | getAnimatedStyle (std::unique_ptr< RenderStyle > &) override |
| |
| bool | computeExtentOfTransformAnimation (LayoutRect &) const override |
| |
| const KeyframeList & | keyframes () const |
| |
| const AtomicString & | name () const |
| |
| bool | hasAnimationForProperty (CSSPropertyID) const |
| |
| bool | triggersStackingContext () const |
| |
| void | setUnanimatedStyle (std::unique_ptr< RenderStyle > style) |
| |
| RenderStyle * | unanimatedStyle () const |
| |
| double | timeToNextService () override |
| |
| | AnimationBase (const Animation &transition, RenderElement *, CompositeAnimation *) |
| |
| virtual | ~AnimationBase () |
| |
| RenderElement * | renderer () const |
| |
| void | clear () |
| |
| double | duration () const |
| |
| void | updateStateMachine (AnimationStateInput, double param) |
| |
| void | onAnimationStartResponse (double startTime) |
| |
| void | updatePlayState (EAnimPlayState) |
| |
| bool | playStatePlaying () const |
| |
| bool | waitingToStart () const |
| |
| bool | preActive () const |
| |
| bool | postActive () const |
| |
| bool | fillingForwards () const |
| |
| bool | active () const |
| |
| bool | running () const |
| |
| bool | paused () const |
| |
| bool | inPausedState () const |
| |
| bool | isNew () const |
| |
| bool | waitingForStartTime () const |
| |
| bool | waitingForStyleAvailable () const |
| |
| bool | isAccelerated () const |
| |
| double | progress (double scale=1, double offset=0, const TimingFunction *=nullptr) const |
| |
| virtual bool | shouldFireEvents () const |
| |
| void | fireAnimationEventsIfNeeded () |
| |
| bool | animationsMatch (const Animation &) const |
| |
| const Animation & | animation () const |
| |
| void | setAnimation (const Animation &animation) |
| |
| virtual bool | overridden () const |
| |
| bool | isAnimatingProperty (CSSPropertyID property, bool acceleratedOnly, RunningState runningState) const |
| |
| bool | transformFunctionListsMatch () const |
| |
| bool | filterFunctionListsMatch () const |
| |
| void | freezeAtTime (double t) |
| |
| void | play () |
| |
| void | pause () |
| |
| double | beginAnimationUpdateTime () const |
| |
| double | getElapsedTime () const |
| |
| void | setElapsedTime (double) |
| |
| void | styleAvailable () |
| |
| | AnimationBase (const Animation &transition, RenderElement *, CompositeAnimation *) |
| |
| virtual | ~AnimationBase () |
| |
| RenderElement * | renderer () const |
| |
| void | clear () |
| |
| double | duration () const |
| |
| void | updateStateMachine (AnimationStateInput, double param) |
| |
| void | onAnimationStartResponse (double startTime) |
| |
| void | updatePlayState (EAnimPlayState) |
| |
| bool | playStatePlaying () const |
| |
| bool | waitingToStart () const |
| |
| bool | preActive () const |
| |
| bool | postActive () const |
| |
| bool | fillingForwards () const |
| |
| bool | active () const |
| |
| bool | running () const |
| |
| bool | paused () const |
| |
| bool | inPausedState () const |
| |
| bool | isNew () const |
| |
| bool | waitingForStartTime () const |
| |
| bool | waitingForStyleAvailable () const |
| |
| bool | isAccelerated () const |
| |
| double | progress (double scale=1, double offset=0, const TimingFunction *=nullptr) const |
| |
| virtual bool | shouldFireEvents () const |
| |
| void | fireAnimationEventsIfNeeded () |
| |
| bool | animationsMatch (const Animation &) const |
| |
| const Animation & | animation () const |
| |
| void | setAnimation (const Animation &animation) |
| |
| virtual bool | overridden () const |
| |
| bool | isAnimatingProperty (CSSPropertyID property, bool acceleratedOnly, RunningState runningState) const |
| |
| bool | transformFunctionListsMatch () const |
| |
| bool | filterFunctionListsMatch () const |
| |
| void | freezeAtTime (double t) |
| |
| void | play () |
| |
| void | pause () |
| |
| double | beginAnimationUpdateTime () const |
| |
| double | getElapsedTime () const |
| |
| void | setElapsedTime (double) |
| |
| void | styleAvailable () |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
|
| void | onAnimationStart (double elapsedTime) override |
| |
| void | onAnimationIteration (double elapsedTime) override |
| |
| void | onAnimationEnd (double elapsedTime) override |
| |
| bool | startAnimation (double timeOffset) override |
| |
| void | pauseAnimation (double timeOffset) override |
| |
| void | endAnimation () override |
| |
| void | overrideAnimations () override |
| |
| void | resumeOverriddenAnimations () override |
| |
| bool | shouldSendEventForListener (Document::ListenerType inListenerType) const |
| |
| bool | sendAnimationEvent (const AtomicString &, double elapsedTime) |
| |
| bool | affectsProperty (CSSPropertyID) const override |
| |
| bool | computeExtentOfAnimationForMatrixAnimation (const FloatRect &rendererBox, LayoutRect &) const |
| |
| bool | computeExtentOfAnimationForMatchingTransformLists (const FloatRect &rendererBox, LayoutRect &) const |
| |
| void | computeStackingContextImpact () |
| |
| void | resolveKeyframeStyles () |
| |
| void | validateTransformFunctionList () |
| |
| void | checkForMatchingFilterFunctionLists () |
| |
| CompositeAnimation * | compositeAnimation () |
| |
| void | goIntoEndingOrLoopingState () |
| |
| AnimationState | state () const |
| |
| void | getTimeToNextEvent (double &time, bool &isLooping) const |
| |
| double | fractionalTime (double scale, double elapsedTime, double offset) const |
| |
| bool | computeTransformedExtentViaTransformList (const FloatRect &rendererBox, const RenderStyle &, LayoutRect &bounds) const |
| |
| bool | computeTransformedExtentViaMatrix (const FloatRect &rendererBox, const RenderStyle &, LayoutRect &bounds) const |
| |
| CompositeAnimation * | compositeAnimation () |
| |
| void | goIntoEndingOrLoopingState () |
| |
| AnimationState | state () const |
| |
| void | getTimeToNextEvent (double &time, bool &isLooping) const |
| |
| double | fractionalTime (double scale, double elapsedTime, double offset) const |
| |
| bool | computeTransformedExtentViaTransformList (const FloatRect &rendererBox, const RenderStyle &, LayoutRect &bounds) const |
| |
| bool | computeTransformedExtentViaMatrix (const FloatRect &rendererBox, const RenderStyle &, LayoutRect &bounds) const |
| |
| | RefCounted () |
| |
| | RefCounted () |
| |
| | RefCounted () |
| |
| | ~RefCounted () |
| |
| | ~RefCounted () |
| |
| | ~RefCounted () |
| |
| | RefCountedBase () |
| |
| | ~RefCountedBase () |
| |
| bool | derefBase () const |
| |
| bool | deletionHasBegun () const |
| |
| | RefCountedBase () |
| |
| | ~RefCountedBase () |
| |
| bool | derefBase () const |
| |
| bool | deletionHasBegun () const |
| |
| | RefCountedBase () |
| |
| | ~RefCountedBase () |
| |
| bool | derefBase () const |
| |
| bool | deletionHasBegun () const |
| |