OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fullScreenWidget
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp
49
,
m_fullScreenWidget
(0)
68
m_fullScreenWidget
= reinterpret_cast<FullScreenVideoWindow*>(gstreamerGWorld->platformVideoWindow()->window());
69
m_fullScreenWidget
->setVideoElement(m_videoElement);
70
connect(
m_fullScreenWidget
, SIGNAL(closed()), this, SLOT(windowClosed()));
71
m_fullScreenWidget
->showFullScreen();
84
m_fullScreenWidget
->setVideoElement(0);
85
m_fullScreenWidget
->close();
94
,
m_fullScreenWidget
(new FullScreenVideoWidget)
96
connect(
m_fullScreenWidget
, SIGNAL(didExitFullScreen()), this, SIGNAL(fullScreenClosed()));
97
m_fullScreenWidget
->hide()
[
all
...]
FullScreenVideoQt.h
61
FullScreenVideoWindow*
m_fullScreenWidget
;
80
FullScreenVideoWidget *
m_fullScreenWidget
;
Completed in 185 milliseconds