Home
last modified time | relevance | path

Searched refs:next_frame_has_pending_raf_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dscripted_animation_controller.h98 bool NextFrameHasPendingRAF() const { return next_frame_has_pending_raf_; } in NextFrameHasPendingRAF()
132 bool next_frame_has_pending_raf_; variable
H A Dscripted_animation_controller.cc242 next_frame_has_pending_raf_ = HasFrameCallback(); in ServiceScriptedAnimations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dscripted_animation_controller.h106 bool NextFrameHasPendingRAF() const { return next_frame_has_pending_raf_; } in NextFrameHasPendingRAF()
140 bool next_frame_has_pending_raf_; variable
H A Dscripted_animation_controller.cc255 next_frame_has_pending_raf_ = HasFrameCallback(); in ServiceScriptedAnimations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_host.cc307 host_impl->next_frame_has_pending_raf_ = next_frame_has_pending_raf_; in PushPropertiesToImplThread()
783 if (next_frame_has_pending_raf != next_frame_has_pending_raf_) { in SetAnimationCounts()
784 next_frame_has_pending_raf_ = next_frame_has_pending_raf; in SetAnimationCounts()
805 return next_frame_has_pending_raf_; in NextFrameHasPendingRAF()
H A Danimation_host.h269 bool next_frame_has_pending_raf_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_host.cc260 host_impl->next_frame_has_pending_raf_ = next_frame_has_pending_raf_; in PushPropertiesTo()
804 next_frame_has_pending_raf_ = next_frame_has_pending_raf; in SetAnimationCounts()
823 return next_frame_has_pending_raf_; in NextFrameHasPendingRAF()
H A Danimation_host.h279 bool next_frame_has_pending_raf_ = false; variable