OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_videoElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp
48
:
m_videoElement
(0)
55
m_videoElement
= element;
60
if (
m_videoElement
->platformMedia().type != WebCore::PlatformMedia::GStreamerGWorldType)
63
GStreamerGWorld* gstreamerGWorld =
m_videoElement
->platformMedia().media.gstreamerGWorld;
69
m_fullScreenWidget->setVideoElement(
m_videoElement
);
76
m_videoElement
->exitFullscreen();
81
if (
m_videoElement
->platformMedia().type == WebCore::PlatformMedia::GStreamerGWorldType)
82
m_videoElement
->platformMedia().media.gstreamerGWorld->exitFullscreen();
134
,
m_videoElement
(0)
167
m_videoElement
= static_cast<HTMLVideoElement*>(node)
[
all
...]
FullScreenVideoQt.h
60
HTMLVideoElement*
m_videoElement
;
105
HTMLVideoElement*
m_videoElement
;
Completed in 147 milliseconds