Home
last modified time | relevance | path

Searched refs:m_cachedTimeWallClockUpdateTime (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h384 mutable double m_cachedTimeWallClockUpdateTime; variable
DHTMLMediaElement.cpp155 , m_cachedTimeWallClockUpdateTime(0) in HTMLMediaElement()
1231 m_cachedTimeWallClockUpdateTime = WTF::currentTime(); in refreshCachedTime()
1276 double wallClockDelta = now - m_cachedTimeWallClockUpdateTime; in currentTime()
1293 double wallClockDelta = now - m_cachedTimeWallClockUpdateTime; in currentTime()