OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_animationStartTime
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.h
37
double animationStartTime() const { return
m_animationStartTime
; }
53
double
m_animationStartTime
;
RenderProgress.cpp
37
,
m_animationStartTime
(0)
63
return m_animating ? (fmod((currentTime() -
m_animationStartTime
), m_animationDuration) / m_animationDuration) : 0;
90
m_animationStartTime
= currentTime();
Completed in 333 milliseconds