HomeSort by relevance Sort by last modified time
    Searched refs:shouldPauseAnimation (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
ImageObserver.h 43 virtual bool shouldPauseAnimation(const Image*) = 0;
BitmapImage.cpp 436 if (!skippingFrames && imageObserver()->shouldPauseAnimation(this))
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 85 virtual bool shouldPauseAnimation(const Image*);
CachedImage.cpp 364 bool CachedImage::shouldPauseAnimation(const Image* image)

Completed in 377 milliseconds