HomeSort by relevance Sort by last modified time
    Searched refs:QWebFullScreenVideoHandler (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.h 33 class QWebFullScreenVideoHandler;
48 QWebFullScreenVideoHandler* createFullScreenVideoHandler();
FullScreenVideoQt.h 67 class DefaultFullScreenVideoHandler : public QWebFullScreenVideoHandler {
107 QWebFullScreenVideoHandler* m_FullScreenVideoHandler;
QtPlatformPlugin.cpp 131 QWebFullScreenVideoHandler* QtPlatformPlugin::createFullScreenVideoHandler()
134 return p ? static_cast<QWebFullScreenVideoHandler*>(p->createExtension(QWebKitPlatformPlugin::FullScreenVideoPlayer)) : 0;
FullScreenVideoQt.cpp 93 : QWebFullScreenVideoHandler()
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 122 class QWebFullScreenVideoHandler : public QObject {
125 QWebFullScreenVideoHandler() {}
126 virtual ~QWebFullScreenVideoHandler() {}
WebPlugin.h 118 class FullScreenVideoHandler : public QWebFullScreenVideoHandler {
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 127 class QWebFullScreenVideoHandler : public QObject {
130 QWebFullScreenVideoHandler() {}
131 virtual ~QWebFullScreenVideoHandler() {}

Completed in 47 milliseconds