Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.h102 enum CatchUpAnimation { DoNotCatchUp, CatchUp }; enum
103 virtual void startAnimation(CatchUpAnimation = CatchUp) { }
DBitmapImage.h147 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
DBitmapImage.cpp445 void BitmapImage::startAnimation(CatchUpAnimation catchUpIfNecessary) in startAnimation()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.h59 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
DSVGImage.cpp341 void SVGImage::startAnimation(CatchUpAnimation) in startAnimation() argument