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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.h102 enum CatchUpAnimation { DoNotCatchUp, CatchUp }; enum in class:blink::Image
103 virtual void startAnimation(CatchUpAnimation = CatchUp) { }
H A DBitmapImage.h147 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
H A DBitmapImage.cpp445 void BitmapImage::startAnimation(CatchUpAnimation catchUpIfNecessary)
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.h59 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
H A DSVGImage.cpp340 // FIXME: support CatchUpAnimation = CatchUp.
341 void SVGImage::startAnimation(CatchUpAnimation)

Completed in 102 milliseconds