Home
last modified time | relevance | path

Searched refs:FullScreenVideoWindow (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DPlatformVideoWindowQt.cpp34 FullScreenVideoWindow::FullScreenVideoWindow() in FullScreenVideoWindow() function in FullScreenVideoWindow
47 void FullScreenVideoWindow::setVideoElement(HTMLVideoElement* element) in setVideoElement()
52 void FullScreenVideoWindow::closeEvent(QCloseEvent*) in closeEvent()
60 void FullScreenVideoWindow::keyPressEvent(QKeyEvent* ev) in keyPressEvent()
72 bool FullScreenVideoWindow::event(QEvent* ev) in event()
88 void FullScreenVideoWindow::showFullScreen() in showFullScreen()
97 void FullScreenVideoWindow::hideCursor() in hideCursor()
102 void FullScreenVideoWindow::showCursor() in showCursor()
111 m_window = new FullScreenVideoWindow(); in PlatformVideoWindow()
DPlatformVideoWindowPrivate.h32 class FullScreenVideoWindow: public QWidget {
35 FullScreenVideoWindow();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.h44 class FullScreenVideoWindow; variable
61 FullScreenVideoWindow* m_fullScreenWidget;
DFullScreenVideoQt.cpp68 …m_fullScreenWidget = reinterpret_cast<FullScreenVideoWindow*>(gstreamerGWorld->platformVideoWindow… in enterFullScreen()
/external/webkit/Source/WebCore/
DChangeLog28146 (FullScreenVideoWindow::FullScreenVideoWindow):
28147 (FullScreenVideoWindow::setVideoElement):
28148 (FullScreenVideoWindow::closeEvent):
28149 (FullScreenVideoWindow::keyPressEvent):
28150 (FullScreenVideoWindow::event):
28151 (FullScreenVideoWindow::showFullScreen):
28152 (FullScreenVideoWindow::hideCursor):
28153 (FullScreenVideoWindow::showCursor):
DChangeLog-2010-12-0611113 (FullScreenVideoWindow::FullScreenVideoWindow):
11114 (FullScreenVideoWindow::keyPressEvent):
11115 (FullScreenVideoWindow::event):