Home | History | Annotate | Download | only in WebView

Lines Matching full:platformmedia

107     if (_mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) {
108 WebCore::GStreamerGWorld* gstGworld = _mediaElement->platformMedia().media.gstreamerGWorld;
115 if (_mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::QTMovieType)
116 [layer setMovie:_mediaElement->platformMedia().media.qtMovie];
192 if (_mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType)
193 _mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen();
436 if (_mediaElement && _mediaElement->platformMedia().type == WebCore::PlatformMedia::QTMovieType)
437 platformMedia().media.qtMovie rate];