Home
last modified time | relevance | path

Searched refs:FullScreenVideoQt (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp132 FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* chromeClient) in FullScreenVideoQt() function in WebCore::FullScreenVideoQt
152 FullScreenVideoQt::~FullScreenVideoQt() in ~FullScreenVideoQt()
162 void FullScreenVideoQt::enterFullScreenForNode(Node* node) in enterFullScreenForNode()
191 void FullScreenVideoQt::exitFullScreenForNode(Node* node) in exitFullScreenForNode()
217 void FullScreenVideoQt::aboutToClose() in aboutToClose()
224 MediaPlayerPrivateQt* FullScreenVideoQt::mediaPlayer() in mediaPlayer()
232 bool FullScreenVideoQt::requiresFullScreenForVideoPlayback() in requiresFullScreenForVideoPlayback()
242 bool FullScreenVideoQt::isValid() const in isValid()
DFullScreenVideoQt.h84 class FullScreenVideoQt : public QObject {
87 FullScreenVideoQt(ChromeClientQt*);
88 ~FullScreenVideoQt();
DChromeClientQt.h54 class FullScreenVideoQt; variable
171 FullScreenVideoQt* fullScreenVideo();
206 FullScreenVideoQt* m_fullScreenVideo;
DChromeClientQt.cpp665 FullScreenVideoQt* ChromeClientQt::fullScreenVideo() in fullScreenVideo()
668 m_fullScreenVideo = new FullScreenVideoQt(this); in fullScreenVideo()
/external/webkit/Source/WebKit/qt/
DChangeLog469 * WebCoreSupport/FullScreenVideoQt.cpp:
470 (WebCore::FullScreenVideoQt::FullScreenVideoQt):
471 (WebCore::FullScreenVideoQt::~FullScreenVideoQt):
472 (WebCore::FullScreenVideoQt::enterFullScreenForNode):
473 (WebCore::FullScreenVideoQt::exitFullScreenForNode):
474 (WebCore::FullScreenVideoQt::requiresFullScreenForVideoPlayback):
475 (WebCore::FullScreenVideoQt::isValid):
476 * WebCoreSupport/FullScreenVideoQt.h:
498 The implementation is done in FullScreenVideoQt alongside with
511 * WebCoreSupport/FullScreenVideoQt.cpp:
[all …]
DQtWebKit.pro225 HEADERS += $$PWD/WebCoreSupport/FullScreenVideoQt.h
226 SOURCES += $$PWD/WebCoreSupport/FullScreenVideoQt.cpp
DChangeLog-2011-02-16230 * WebCoreSupport/FullScreenVideoQt.cpp:
236 (WebCore::FullScreenVideoQt::FullScreenVideoQt):
237 * WebCoreSupport/FullScreenVideoQt.h:
643 * WebCoreSupport/FullScreenVideoQt.cpp: Added.
644 (WebCore::FullScreenVideoQt::FullScreenVideoQt):
645 (WebCore::FullScreenVideoQt::~FullScreenVideoQt):
646 (WebCore::FullScreenVideoQt::enterFullScreenForNode):
647 (WebCore::FullScreenVideoQt::exitFullScreenForNode):
648 (WebCore::FullScreenVideoQt::aboutToClose):
649 (WebCore::FullScreenVideoQt::mediaPlayer):
[all …]
/external/webkit/Source/WebCore/
DChangeLog28138 The implementation is done in FullScreenVideoQt alongside with