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

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.h 118 class FullScreenVideoHandler : public QWebFullScreenVideoHandler {
121 FullScreenVideoHandler();
122 virtual ~FullScreenVideoHandler();
WebPlugin.cpp 246 FullScreenVideoHandler::FullScreenVideoHandler()
251 FullScreenVideoHandler::~FullScreenVideoHandler()
256 bool FullScreenVideoHandler::requiresFullScreenForVideoPlayback() const
261 void FullScreenVideoHandler::enterFullScreen(QMediaPlayer* player)
270 void FullScreenVideoHandler::exitFullScreen()
311 return new FullScreenVideoHandler();

Completed in 24 milliseconds