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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageObserver.h 45 virtual bool shouldPauseAnimation(const Image*) = 0;
BitmapImage.cpp 548 if (!skippingFrames && imageObserver()->shouldPauseAnimation(this))
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 105 virtual bool shouldPauseAnimation(const WebCore::Image*);
ImageResource.cpp 427 bool ImageResource::shouldPauseAnimation(const WebCore::Image* image)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
BitmapImageTest.cpp 55 virtual bool shouldPauseAnimation(const Image*) OVERRIDE { return false; }

Completed in 269 milliseconds