Home
last modified time | relevance | path

Searched refs:current_frame_had_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.h97 bool CurrentFrameHadRAF() const { return current_frame_had_raf_; } in CurrentFrameHadRAF()
131 bool current_frame_had_raf_; variable
H A Dscripted_animation_controller.cc202 current_frame_had_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.h105 bool CurrentFrameHadRAF() const { return current_frame_had_raf_; } in CurrentFrameHadRAF()
139 bool current_frame_had_raf_; variable
H A Dscripted_animation_controller.cc215 current_frame_had_raf_ = HasFrameCallback(); in ServiceScriptedAnimations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_host.cc306 host_impl->current_frame_had_raf_ = current_frame_had_raf_; in PushPropertiesToImplThread()
779 if (current_frame_had_raf != current_frame_had_raf_) { in SetAnimationCounts()
780 current_frame_had_raf_ = current_frame_had_raf; in SetAnimationCounts()
801 return current_frame_had_raf_; in CurrentFrameHadRAF()
H A Danimation_host.h268 bool current_frame_had_raf_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_host.cc259 host_impl->current_frame_had_raf_ = current_frame_had_raf_; in PushPropertiesTo()
803 current_frame_had_raf_ = current_frame_had_raf; in SetAnimationCounts()
819 return current_frame_had_raf_; in CurrentFrameHadRAF()
H A Danimation_host.h278 bool current_frame_had_raf_ = false; variable