Searched defs:platformMedia (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoQt.cpp60 if (m_videoElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType)
63 GStreamerGWorld* gstreamerGWorld = m_videoElement->platformMedia().media.gstreamerGWorld;
81 if (m_videoElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType)
82 m_videoElement->platformMedia().media.gstreamerGWorld->exitFullscreen();
171 PlatformMedia platformMedia = videoElement->platformMedia(); local
173 ASSERT(platformMedia.type == PlatformMedia::QtMediaPlayerType);
174 if (platformMedia.type != PlatformMedia::QtMediaPlayerType)
197 PlatformMedia platformMedia = videoElement->platformMedia(); local
227 PlatformMedia platformMedia = m_videoElement->platformMedia(); local
[all...]
H A DDumpRenderTreeSupportQt.cpp1043 PlatformMedia platformMedia = videoElement->platformMedia(); local
1044 if (platformMedia.type != PlatformMedia::QtMediaPlayerType)
1047 MediaPlayerPrivateQt* mediaPlayerQt = static_cast<MediaPlayerPrivateQt*>(platformMedia.media.qtMediaPlayer);
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h49 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp93 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; } function in class:WebCore::NullMediaPlayerPrivate
496 PlatformMedia MediaPlayer::platformMedia() const function in class:WebCore::MediaPlayer
498 return m_private->platformMedia();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp661 PlatformMedia MediaPlayerPrivateQt::platformMedia() const function in class:WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp90 PlatformMedia pm = element->constUnwrap<HTMLMediaElement>()->platformMedia();
241 PlatformMedia WebMediaPlayerClientImpl::platformMedia() const function in class:WebKit::WebMediaPlayerClientImpl
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp117 PlatformMedia MediaPlayerPrivate::platformMedia() const function in class:WebCore::MediaPlayerPrivate
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp204 PlatformMedia MediaPlayerPrivateQuickTimeVisualContext::platformMedia() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1619 PlatformMedia MediaPlayerPrivateGStreamer::platformMedia() const function in class:WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp2612 PlatformMedia HTMLMediaElement::platformMedia() const function in class:WebCore::HTMLMediaElement
2614 return m_player ? m_player->platformMedia() : NoPlatformMedia;

Completed in 211 milliseconds