Searched refs:cBeginAnimationUpdateTimeNotSet (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DAnimationController.cpp51 static const double cBeginAnimationUpdateTimeNotSet = -1; member in namespace:WebCore
57 , m_beginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet)
234 setBeginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet);
293 setBeginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet);
309 setBeginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet);
361 if (m_beginAnimationUpdateTime == cBeginAnimationUpdateTimeNotSet)
634 m_data->setBeginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet);

Completed in 66 milliseconds