Home
last modified time | relevance | path

Searched refs:GStreamerGWorldType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp60 if (m_videoElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType) in enterFullScreen()
81 if (m_videoElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) in exitFullScreen()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp258 if (m_mediaElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType) in enterFullscreen()
354 if (m_mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) in exitFullscreen()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.h73 GStreamerGWorldType, enumerator
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenController.mm107 …diaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) {
192 …mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType)
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp1622 p.type = PlatformMedia::GStreamerGWorldType; in platformMedia()