OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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; }
RenderThemeChromiumWin.cpp
639
double animatedSeconds = renderProgress->
animationStartTime
() ? WTF::currentTime() - renderProgress->
animationStartTime
() : 0;
Completed in 154 milliseconds