OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FullScreenVideoWindow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowPrivate.h
32
class
FullScreenVideoWindow
: public QWidget {
35
FullScreenVideoWindow
();
PlatformVideoWindowQt.cpp
34
FullScreenVideoWindow
::
FullScreenVideoWindow
()
47
void
FullScreenVideoWindow
::setVideoElement(HTMLVideoElement* element)
52
void
FullScreenVideoWindow
::closeEvent(QCloseEvent*)
60
void
FullScreenVideoWindow
::keyPressEvent(QKeyEvent* ev)
72
bool
FullScreenVideoWindow
::event(QEvent* ev)
88
void
FullScreenVideoWindow
::showFullScreen()
97
void
FullScreenVideoWindow
::hideCursor()
102
void
FullScreenVideoWindow
::showCursor()
111
m_window = new
FullScreenVideoWindow
();
[
all
...]
Completed in 29 milliseconds