HomeSort by relevance Sort by last modified time
    Searched refs:m_timeStoppedPlaying (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 186 double m_timeStoppedPlaying;
MediaPlayerPrivateQuickTimeVisualContext.h 207 double m_timeStoppedPlaying;
MediaPlayerPrivateQuickTimeWin.cpp 101 , m_timeStoppedPlaying(0)
274 m_timeStoppedPlaying = WTF::currentTime();
567 m_timeStoppedPlaying = WTF::currentTime();
641 double interval = m_startedPlaying ? WTF::currentTime() - m_timeStartedPlaying : m_timeStoppedPlaying - m_timeStartedPlaying;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 217 double m_timeStoppedPlaying;
MediaPlayerPrivateQTKit.mm 240 , m_timeStoppedPlaying(0)
756 m_timeStoppedPlaying = [NSDate timeIntervalSinceReferenceDate];
    [all...]

Completed in 47 milliseconds