Searched refs:GStreamerGWorldType (Results 1 – 5 of 5) sorted by relevance
60 if (m_videoElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType) in enterFullScreen()81 if (m_videoElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) in exitFullScreen()
258 if (m_mediaElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType) in enterFullscreen()354 if (m_mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) in exitFullscreen()
73 GStreamerGWorldType, enumerator
107 …diaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) {192 …mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType)
1622 p.type = PlatformMedia::GStreamerGWorldType; in platformMedia()