OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastAnimationTime
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.h
57
double
m_lastAnimationTime
;
ScrollAnimatorWin.cpp
58
,
m_lastAnimationTime
(0)
247
double lastScrollInterval = data->m_currentVelocity ? (WTF::currentTime() - data->
m_lastAnimationTime
) : animationTimerDelay;
302
data->
m_lastAnimationTime
= WTF::currentTime();
Completed in 33 milliseconds