Home
last modified time | relevance | path

Searched refs:RequiresIterationEvents (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Danimation_effect.h73 virtual bool RequiresIterationEvents(const AnimationEffect&) = 0;
140 bool RequiresIterationEvents() const { in RequiresIterationEvents() function
141 return event_delegate_ && event_delegate_->RequiresIterationEvents(*this); in RequiresIterationEvents()
H A Dkeyframe_effect.cc591 if (RequiresIterationEvents()) { in CalculateTimeToEffectChange()
H A Danimation_effect_test.cc64 bool RequiresIterationEvents(const AnimationEffect& animation_node) override { in RequiresIterationEvents() function in blink::TestAnimationEffectEventDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Danimation_effect.h74 virtual bool RequiresIterationEvents(const AnimationEffect&) = 0;
142 bool RequiresIterationEvents() const { in RequiresIterationEvents() function
143 return event_delegate_ && event_delegate_->RequiresIterationEvents(*this); in RequiresIterationEvents()
H A Dkeyframe_effect.cc649 if (RequiresIterationEvents()) { in CalculateTimeToEffectChange()
H A Danimation_effect_test.cc62 bool RequiresIterationEvents(const AnimationEffect& animation_node) override { in RequiresIterationEvents() function in blink::TestAnimationEffectEventDelegate
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h220 bool RequiresIterationEvents(const AnimationEffect&) override;
253 bool RequiresIterationEvents(const AnimationEffect&) override { in RequiresIterationEvents() function
H A Dcss_animations.cc1208 bool CSSAnimations::AnimationEventDelegate::RequiresIterationEvents( in RequiresIterationEvents() function in blink::CSSAnimations::AnimationEventDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h237 bool RequiresIterationEvents(const AnimationEffect&) override;
270 bool RequiresIterationEvents(const AnimationEffect&) override { in RequiresIterationEvents() function
H A Dcss_animations.cc1640 bool CSSAnimations::AnimationEventDelegate::RequiresIterationEvents( in RequiresIterationEvents() function in blink::CSSAnimations::AnimationEventDelegate