Home
last modified time | relevance | path

Searched refs:animationStartTime (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderProgress.h38 double animationStartTime() const { return m_animationStartTime; } in animationStartTime() function
DRenderThemeChromiumWin.cpp781 …le animatedSeconds = renderProgress->animationStartTime() ? WTF::currentTime() - renderProgress-> in paintProgressBar()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1620917 *) No timestamp is provided to the caller and there is no window.animationStartTime property
22416 *) No timestamp is provided to the caller and there is no window.animationStartTime property
DChangeLog-2010-05-243491 (WebCore::RenderProgress::animationStartTime): Added.