maybeAnimated      72 Source/core/rendering/ImageQualityController.cpp     if (image && image->maybeAnimated())
maybeAnimated      77 Source/platform/graphics/BitmapImage.h     virtual bool maybeAnimated() OVERRIDE;
maybeAnimated     151 Source/platform/graphics/BitmapImageTest.cpp TEST_F(BitmapImageTest, maybeAnimated)
maybeAnimated     155 Source/platform/graphics/BitmapImageTest.cpp         EXPECT_TRUE(m_image->maybeAnimated());
maybeAnimated     158 Source/platform/graphics/BitmapImageTest.cpp     EXPECT_FALSE(m_image->maybeAnimated());
maybeAnimated     106 Source/platform/graphics/Image.h     virtual bool maybeAnimated() { return false; }