HomeSort by relevance Sort by last modified time
    Searched refs:FullScreenVideoWidget (Results 1 - 6 of 6) 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...]
FullScreenVideoQt.h 35 class FullScreenVideoWidget;
80 FullScreenVideoWidget *m_fullScreenWidget;
FullScreenVideoQt.cpp 26 #include "FullScreenVideoWidget.h"
94 , m_fullScreenWidget(new FullScreenVideoWidget)
  /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 815 milliseconds