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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageObserver.h 43 virtual bool shouldPauseAnimation(const Image*) = 0;
BitmapImage.cpp 596 if (!skippingFrames && imageObserver()->shouldPauseAnimation(this))
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.h 93 virtual bool shouldPauseAnimation(const WebCore::Image*);
ImageResource.cpp 415 bool ImageResource::shouldPauseAnimation(const WebCore::Image* image)

Completed in 133 milliseconds