Home
last modified time | relevance | path

Searched refs:m_videoElement (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp48 : m_videoElement(0) in GStreamerFullScreenVideoHandler()
55 m_videoElement = element; in setVideoElement()
60 if (m_videoElement->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType) in enterFullScreen()
63 GStreamerGWorld* gstreamerGWorld = m_videoElement->platformMedia().media.gstreamerGWorld; in enterFullScreen()
69 m_fullScreenWidget->setVideoElement(m_videoElement); in enterFullScreen()
76 m_videoElement->exitFullscreen(); in windowClosed()
81 if (m_videoElement->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType) in exitFullScreen()
82 m_videoElement->platformMedia().media.gstreamerGWorld->exitFullscreen(); in exitFullScreen()
134 , m_videoElement(0) in FullScreenVideoQt()
167 m_videoElement = static_cast<HTMLVideoElement*>(node); in enterFullScreenForNode()
[all …]
DFullScreenVideoQt.h60 HTMLVideoElement* m_videoElement;
105 HTMLVideoElement* m_videoElement; variable