Home
last modified time | relevance | path

Searched refs:MaybeAnimated (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image_chrome_client.cc67 if (image_->MaybeAnimated()) { in SuspendAnimation()
107 if (image_->MaybeAnimated()) { in ScheduleAnimation()
H A Dsvg_image_test.cc156 EXPECT_TRUE(GetImage().MaybeAnimated()); in TEST_F()
185 EXPECT_TRUE(GetImage().MaybeAnimated()); in TEST_F()
H A Dsvg_image.h87 bool MaybeAnimated() override;
H A Dsvg_image.cc673 if (!MaybeAnimated()) in RestoreAnimation()
682 bool SVGImage::MaybeAnimated() { in MaybeAnimated() function in blink::SVGImage
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image_chrome_client.cc67 if (image_->MaybeAnimated()) { in SuspendAnimation()
107 if (image_->MaybeAnimated()) { in ScheduleAnimation()
H A Dsvg_image_test.cc125 EXPECT_TRUE(GetImage().MaybeAnimated()); in TEST_F()
154 EXPECT_TRUE(GetImage().MaybeAnimated()); in TEST_F()
H A Dsvg_image.h81 bool MaybeAnimated() override;
H A Dsvg_image.cc675 if (!MaybeAnimated()) in RestoreAnimation()
684 bool SVGImage::MaybeAnimated() { in MaybeAnimated() function in blink::SVGImage
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_image_resource.cc185 bool LayoutImageResource::MaybeAnimated() const { in MaybeAnimated() function in blink::LayoutImageResource
187 return image->MaybeAnimated(); in MaybeAnimated()
H A Dlayout_image_resource.h54 bool MaybeAnimated() const;
H A Dlayout_image.cc208 ImageResource()->MaybeAnimated()) in InvalidatePaintAndMarkForLayoutIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_image_resource.cc185 bool LayoutImageResource::MaybeAnimated() const { in MaybeAnimated() function in blink::LayoutImageResource
187 return image->MaybeAnimated(); in MaybeAnimated()
H A Dlayout_image_resource.h53 bool MaybeAnimated() const;
H A Dlayout_image.cc201 ImageResource()->MaybeAnimated()) in InvalidatePaintAndMarkForLayoutIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dbitmap_image.cc387 if (MaybeAnimated()) in CurrentFrameKnownToBeOpaque()
442 bool BitmapImage::MaybeAnimated() { in MaybeAnimated() function in blink::BitmapImage
H A Dbitmap_image.h81 bool MaybeAnimated() override;
H A Dimage.h157 virtual bool MaybeAnimated() { return false; } in MaybeAnimated() function
H A Dimage.cc302 auto animation_type = MaybeAnimated() ? PaintImage::AnimationType::ANIMATED in CreatePaintImageBuilder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dbitmap_image.h81 bool MaybeAnimated() override;
H A Dimage.h156 virtual bool MaybeAnimated() { return false; } in MaybeAnimated() function
H A Dbitmap_image.cc455 bool BitmapImage::MaybeAnimated() { in MaybeAnimated() function in blink::BitmapImage
H A Dimage.cc317 auto animation_type = MaybeAnimated() ? PaintImage::AnimationType::ANIMATED in CreatePaintImageBuilder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dimage_painter.cc161 layout_image_.ImageResource()->MaybeAnimated()) in PaintReplaced()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dimage_painter.cc163 layout_image_.ImageResource()->MaybeAnimated()) in PaintReplaced()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/resource/
H A Dimage_resource_content.cc219 (image_ && image_->MaybeAnimated()); in ShouldUpdateImageImmediately()

12