OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FullScreenVideoWidget
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.h
40
class
FullScreenVideoWidget
: public QVideoWidget {
43
FullScreenVideoWidget
();
44
virtual ~
FullScreenVideoWidget
();
FullScreenVideoWidget.cpp
28
#include "
FullScreenVideoWidget
.h"
40
FullScreenVideoWidget
::
FullScreenVideoWidget
()
58
FullScreenVideoWidget
::~
FullScreenVideoWidget
()
62
void
FullScreenVideoWidget
::show(QMediaPlayer* player)
74
void
FullScreenVideoWidget
::closeEvent(QCloseEvent* event)
86
bool
FullScreenVideoWidget
::event(QEvent* ev)
102
void
FullScreenVideoWidget
::keyPressEvent(QKeyEvent* ev)
113
void
FullScreenVideoWidget
::hideCursor(
[
all
...]
/external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.h
101
class
FullScreenVideoWidget
: public QVideoWidget {
104
FullScreenVideoWidget
(QMediaPlayer*);
105
virtual ~
FullScreenVideoWidget
() {}
130
FullScreenVideoWidget
* m_mediaWidget; // owned
WebPlugin.cpp
214
FullScreenVideoWidget
::
FullScreenVideoWidget
(QMediaPlayer* player)
224
bool
FullScreenVideoWidget
::event(QEvent* ev)
234
void
FullScreenVideoWidget
::keyPressEvent(QKeyEvent* ev)
265
m_mediaWidget = new
FullScreenVideoWidget
(player);
Completed in 154 milliseconds