Searched refs:FullScreenVideoQt (Results 1 – 8 of 8) sorted by relevance
132 FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* chromeClient) in FullScreenVideoQt() function in WebCore::FullScreenVideoQt152 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()
84 class FullScreenVideoQt : public QObject {87 FullScreenVideoQt(ChromeClientQt*);88 ~FullScreenVideoQt();
54 class FullScreenVideoQt; variable171 FullScreenVideoQt* fullScreenVideo();206 FullScreenVideoQt* m_fullScreenVideo;
665 FullScreenVideoQt* ChromeClientQt::fullScreenVideo() in fullScreenVideo()668 m_fullScreenVideo = new FullScreenVideoQt(this); in fullScreenVideo()
469 * 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 with511 * WebCoreSupport/FullScreenVideoQt.cpp:[all …]
225 HEADERS += $$PWD/WebCoreSupport/FullScreenVideoQt.h226 SOURCES += $$PWD/WebCoreSupport/FullScreenVideoQt.cpp
230 * 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 …]
28138 The implementation is done in FullScreenVideoQt alongside with