Searched refs:currentTimeDouble (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaPlayerMediaSource.h79 virtual double currentTimeDouble() const override;
H A DMockMediaPlayerMediaSource.cpp188 double MockMediaPlayerMediaSource::currentTimeDouble() const function in class:WebCore::MockMediaPlayerMediaSource
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h76 virtual double currentTimeDouble() const override;
H A DMediaPlayerPrivateAVFoundationCF.cpp595 double MediaPlayerPrivateAVFoundationCF::currentTimeDouble() const function in class:WebCore::MediaPlayerPrivateAVFoundationCF
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp269 return narrowPrecisionToFloat(currentTimeDouble());
294 if (currentTimeDouble() == time)
686 double now = currentTimeDouble();
H A DMediaPlayerPrivateAVFoundation.h175 virtual double currentTimeDouble() const = 0;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h87 virtual double currentTimeDouble() const { return currentTime(); } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp110 virtual double currentTimeDouble() const { return 0; } function in class:WebCore::NullMediaPlayerPrivate
532 return m_private->currentTimeDouble();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.h116 virtual double currentTimeDouble() const override;
H A DMediaPlayerPrivateAVFoundationObjC.h149 virtual double currentTimeDouble() const override;
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm428 double MediaPlayerPrivateMediaSourceAVFObjC::currentTimeDouble() const
H A DMediaPlayerPrivateAVFoundationObjC.mm1159 double MediaPlayerPrivateAVFoundationObjC::currentTimeDouble() const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1094 track->addDataCue(currentTimeDouble(), currentTimeDouble(), bytes, size);

Completed in 118 milliseconds