Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp259 bool BitmapImage::shouldAnimate() in shouldAnimate() function in WebCore::BitmapImage
270 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1) in startAnimation()
DBitmapImage.h217 bool shouldAnimate();
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp154 BOOL shouldAnimate = FALSE; in show() local
156 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0); in show()
158 if (shouldAnimate) { in show()
/external/webkit/WebCore/
DChangeLog-2006-05-1024175 (WebCore::Image::shouldAnimate):
25281 (WebCore::ImageData::shouldAnimate):
25625 (WebCore::ImageData::shouldAnimate):
DChangeLog-2006-12-31938 (WebCore::BitmapImage::shouldAnimate):
29354 (WebCore::Image::shouldAnimate): Don't check that there is more than one frame,
DChangeLog-2007-10-1450966 (WebCore::BitmapImage::shouldAnimate):
DChangeLog-2009-06-1678247 (WebCore::BitmapImage::shouldAnimate):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-098887 (-[WebImageData shouldAnimate]):