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

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp30 #include "FullscreenVideoController.h"
180 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient {
182 LayerClient(FullscreenVideoController* parent) : m_parent(parent) { }
201 FullscreenVideoController* m_parent;
204 void FullscreenVideoController::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
236 FullscreenVideoController::FullscreenVideoController() function in class:FullscreenVideoController
248 , m_timer(this, &FullscreenVideoController::timerFired)
255 FullscreenVideoController::~FullscreenVideoController()
[all...]
H A DFullscreenVideoController.h104 class FullscreenVideoController : WebCore::MediaPlayerPrivateFullscreenClient { class in inherits:WebCore::MediaPlayerPrivateFullscreenClient
105 WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
107 FullscreenVideoController();
108 virtual ~FullscreenVideoController();
141 void timerFired(WebCore::Timer<FullscreenVideoController>*);
177 WebCore::Timer<FullscreenVideoController> m_timer;
H A DWebView.h64 class FullscreenVideoController;
1131 std::unique_ptr<FullscreenVideoController> m_fullScreenVideoController;
H A DWebView.cpp34 #include "FullscreenVideoController.h"
6295 m_fullScreenVideoController = std::make_unique<FullscreenVideoController>();

Completed in 100 milliseconds