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.h101 enum CatchUpAnimation { DoNotCatchUp, CatchUp }; enum
102 virtual void startAnimation(CatchUpAnimation = CatchUp) { }
DBitmapImage.h144 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
DBitmapImage.cpp429 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.cpp343 void SVGImage::startAnimation(CatchUpAnimation) in startAnimation() argument