Home
last modified time | relevance | path

Searched refs:suspend_animation_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_dispatcher.cc313 if (!suspend_animation_) in SetNeedsBeginFrame()
318 if (suspend_animation_ == suspend_animation) in SetSuspendAnimation()
320 suspend_animation_ = suspend_animation; in SetSuspendAnimation()
327 sink_->SetNeedsBeginFrame(needs_begin_frame_ && !suspend_animation_); in SetNeedsBeginFrameInternal()
H A Dcanvas_resource_dispatcher.h54 bool IsAnimationSuspended() const { return suspend_animation_; } in IsAnimationSuspended()
108 bool suspend_animation_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_dispatcher.cc309 if (!suspend_animation_) in SetNeedsBeginFrame()
314 if (suspend_animation_ == suspend_animation) in SetSuspendAnimation()
316 suspend_animation_ = suspend_animation; in SetSuspendAnimation()
323 sink_->SetNeedsBeginFrame(needs_begin_frame_ && !suspend_animation_); in SetNeedsBeginFrameInternal()
H A Dcanvas_resource_dispatcher.h54 bool IsAnimationSuspended() const { return suspend_animation_; } in IsAnimationSuspended()
108 bool suspend_animation_ = false; variable