Searched refs:FullScreenVideoQt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFullScreenVideoQt.cpp22 #include "FullScreenVideoQt.h"
86 FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* chromeClient) function in class:WebCore::FullScreenVideoQt
103 FullScreenVideoQt::~FullScreenVideoQt()
113 void FullScreenVideoQt::enterFullScreenForNode(Node* node)
141 void FullScreenVideoQt::exitFullScreenForNode(Node* node)
167 void FullScreenVideoQt::aboutToClose()
174 MediaPlayerPrivateQt* FullScreenVideoQt::mediaPlayer()
182 bool FullScreenVideoQt
[all...]
H A DFullScreenVideoQt.h65 class FullScreenVideoQt : public QObject { class in namespace:WebCore
68 FullScreenVideoQt(ChromeClientQt*);
69 ~FullScreenVideoQt();
H A DChromeClientQt.h59 class FullScreenVideoQt;
167 FullScreenVideoQt* fullScreenVideo();
219 FullScreenVideoQt* m_fullScreenVideo;
H A DChromeClientQt.cpp80 #include "FullScreenVideoQt.h"
683 FullScreenVideoQt* ChromeClientQt::fullScreenVideo()
686 m_fullScreenVideo = new FullScreenVideoQt(this);

Completed in 121 milliseconds