Home
last modified time | relevance | path

Searched refs:catchUpIfNecessary (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp264 void BitmapImage::startAnimation(bool catchUpIfNecessary) in startAnimation() argument
268 catchUpIfNecessary = false; in startAnimation()
316 if (!catchUpIfNecessary || time < m_desiredFrameStartTime) { in startAnimation()
DBitmapImage.h218 virtual void startAnimation(bool catchUpIfNecessary = true);