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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.h 101 enum CatchUpAnimation { DoNotCatchUp, CatchUp };
102 virtual void startAnimation(CatchUpAnimation = CatchUp) { }
BitmapImage.h 144 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
BitmapImage.cpp 429 void BitmapImage::startAnimation(CatchUpAnimation catchUpIfNecessary)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 59 virtual void startAnimation(CatchUpAnimation = CatchUp) OVERRIDE;
SVGImage.cpp 342 // FIXME: support CatchUpAnimation = CatchUp.
343 void SVGImage::startAnimation(CatchUpAnimation)

Completed in 82 milliseconds