Searched defs:FullScreenVideoQt (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoQt.h84 class FullScreenVideoQt : public QObject { class in namespace:WebCore
87 FullScreenVideoQt(ChromeClientQt*);
88 ~FullScreenVideoQt();
H A DFullScreenVideoQt.cpp22 #include "FullScreenVideoQt.h"
132 FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* chromeClient) function in class:WebCore::FullScreenVideoQt
152 FullScreenVideoQt::~FullScreenVideoQt()
162 void FullScreenVideoQt::enterFullScreenForNode(Node* node)
191 void FullScreenVideoQt::exitFullScreenForNode(Node* node)
217 void FullScreenVideoQt::aboutToClose()
224 MediaPlayerPrivateQt* FullScreenVideoQt::mediaPlayer()
232 bool FullScreenVideoQt
[all...]

Completed in 114 milliseconds