Home
last modified time | relevance | path

Searched refs:shouldPauseAnimation (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DImageObserver.h43 virtual bool shouldPauseAnimation(const Image*) = 0;
DBitmapImage.cpp436 if (!skippingFrames && imageObserver()->shouldPauseAnimation(this)) in internalAdvanceAnimation()
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.h85 virtual bool shouldPauseAnimation(const Image*);
DCachedImage.cpp362 bool CachedImage::shouldPauseAnimation(const Image* image) in shouldPauseAnimation() function in WebCore::CachedImage
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1450943 (WebCore::CachedImage::shouldPauseAnimation):