Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.h102 enum CatchUpAnimation { DoNotCatchUp, CatchUp }; enumerator
DBitmapImage.cpp493 if (catchUpIfNecessary == DoNotCatchUp || time < m_desiredFrameStartTime) { in startAnimation()
536 startAnimation(DoNotCatchUp); in startAnimation()