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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageObserver.h45 virtual bool shouldPauseAnimation(const Image*) = 0;
H A DBitmapImageTest.cpp55 virtual bool shouldPauseAnimation(const Image*) OVERRIDE { return false; }
H A DBitmapImage.cpp586 if (!skippingFrames && imageObserver()->shouldPauseAnimation(this))
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h108 virtual bool shouldPauseAnimation(const blink::Image*) OVERRIDE;
H A DImageResource.cpp453 bool ImageResource::shouldPauseAnimation(const blink::Image* image) function in class:blink::ImageResource

Completed in 728 milliseconds