Searched refs:platformMedia (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebVideoFullscreenController.mm130 if (_mediaElement->platformMedia().type == PlatformMedia::QTMovieType) {
131 QTMovie *movie = _mediaElement->platformMedia().media.qtMovie;
141 } else if (_mediaElement->platformMedia().type == PlatformMedia::AVFoundationMediaPlayerType) {
142 AVPlayer *player = _mediaElement->platformMedia().media.avfMediaPlayer;
361 if (_mediaElement && _mediaElement->platformMedia().type == PlatformMedia::QTMovieType)
362 rate = [_mediaElement->platformMedia().media.qtMovie rate];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h71 virtual PlatformMedia platformMedia() const;
H A DMediaPlayerPrivateAVFoundationCF.cpp519 PlatformMedia MediaPlayerPrivateAVFoundationCF::platformMedia() const function in class:WebCore::MediaPlayerPrivateAVFoundationCF
521 LOG(Media, "MediaPlayerPrivateAVFoundationCF::platformMedia(%p)", this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h87 PlatformMedia platformMedia() const;
H A DMediaPlayerPrivateGStreamerBase.cpp393 PlatformMedia MediaPlayerPrivateGStreamerBase::platformMedia() const function in class:WebCore::MediaPlayerPrivateGStreamerBase
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h83 PlatformMedia platformMedia() const;
H A DMediaPlayerPrivateQTKit.mm675 PlatformMedia MediaPlayerPrivateQTKit::platformMedia() const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h55 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp98 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; } function in class:WebCore::NullMediaPlayerPrivate
598 PlatformMedia MediaPlayer::platformMedia() const function in class:WebCore::MediaPlayer
600 return m_private->platformMedia();
H A DMediaPlayer.h310 PlatformMedia platformMedia() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.h91 virtual PlatformMedia platformMedia() const override;
H A DMediaPlayerPrivateAVFoundationObjC.h144 virtual PlatformMedia platformMedia() const;
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm313 PlatformMedia MediaPlayerPrivateMediaSourceAVFObjC::platformMedia() const
H A DMediaPlayerPrivateAVFoundationObjC.mm984 PlatformMedia MediaPlayerPrivateAVFoundationObjC::platformMedia() const
986 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformMedia(%p)", this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h163 virtual PlatformMedia platformMedia() const = 0;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.h122 PlatformMedia platformMedia() const;
H A DHTMLMediaElement.cpp4965 PlatformMedia HTMLMediaElement::platformMedia() const function in class:WebCore::HTMLMediaElement
4967 return m_player ? m_player->platformMedia() : NoPlatformMedia;

Completed in 275 milliseconds