HomeSort by relevance Sort by last modified time
    Searched defs:platformMedia (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp 60 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();
173 ASSERT(platformMedia.type == PlatformMedia::QtMediaPlayerType)
    [all...]
DumpRenderTreeSupportQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 49 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; }
MediaPlayer.cpp 78 const PlatformMedia NoPlatformMedia = { PlatformMedia::None, {0} };
93 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; }
496 PlatformMedia MediaPlayer::platformMedia() const
498 return m_private->platformMedia();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 90 PlatformMedia pm = element->constUnwrap<HTMLMediaElement>()->platformMedia();
241 PlatformMedia WebMediaPlayerClientImpl::platformMedia() const
243 PlatformMedia pm;
244 pm.type = PlatformMedia::ChromiumMediaPlayerType;
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 661 PlatformMedia MediaPlayerPrivateQt::platformMedia() const
663 PlatformMedia pm;
664 pm.type = PlatformMedia::QtMediaPlayerType;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 117 PlatformMedia MediaPlayerPrivate::platformMedia() const
119 PlatformMedia p;
120 p.type = PlatformMedia::QTMovieGWorldType;
MediaPlayerPrivateQuickTimeVisualContext.cpp 204 PlatformMedia MediaPlayerPrivateQuickTimeVisualContext::platformMedia() const
206 PlatformMedia p;
207 p.type = PlatformMedia::QTMovieVisualContextType;
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp     [all...]

Completed in 363 milliseconds