Searched defs:FullscreenVideoController (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.cpp35 FullscreenVideoController::FullscreenVideoController() function in class:FullscreenVideoController
44 FullscreenVideoController::~FullscreenVideoController()
49 void FullscreenVideoController::setMediaElement(HTMLMediaElement* mediaElement)
61 void FullscreenVideoController::showHud(bool autoHide)
66 void FullscreenVideoController::hideHud()
71 void FullscreenVideoController::enterFullscreen()
76 void FullscreenVideoController::updateHudPosition()
81 void FullscreenVideoController
[all...]
H A DFullscreenVideoControllerEfl.h30 class FullscreenVideoController { class
31 WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
33 FullscreenVideoController();
34 virtual ~FullscreenVideoController();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.h30 class FullscreenVideoController { class
31 WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
33 FullscreenVideoController();
34 virtual ~FullscreenVideoController();
H A DFullscreenVideoController.cpp24 #include "FullscreenVideoController.h"
57 static gboolean hideHudCallback(FullscreenVideoController* controller)
63 static gboolean onFullscreenGtkMotionNotifyEvent(GtkWidget* widget, GdkEventMotion* event, FullscreenVideoController* controller)
69 static void onFullscreenGtkActiveNotification(GtkWidget* widget, GParamSpec* property, FullscreenVideoController* controller)
75 static gboolean onFullscreenGtkConfigureEvent(GtkWidget* widget, GdkEventConfigure* event, FullscreenVideoController* controller)
81 static void onFullscreenGtkDestroy(GtkWidget* widget, FullscreenVideoController* controller)
86 static void togglePlayPauseActivated(GtkAction* action, FullscreenVideoController* controller)
91 static void exitFullscreenActivated(GtkAction* action, FullscreenVideoController* controller)
96 static gboolean progressBarUpdateCallback(FullscreenVideoController* controller)
101 static gboolean timeScaleButtonPressed(GtkWidget* widget, GdkEventButton* event, FullscreenVideoController* controlle
136 FullscreenVideoController::FullscreenVideoController() function in class:FullscreenVideoController
[all...]
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.h105 class FullscreenVideoController : WebCore::MediaPlayerPrivateFullscreenClient { class in inherits:WebCore::MediaPlayerPrivateFullscreenClient
106 WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
108 FullscreenVideoController();
109 virtual ~FullscreenVideoController();
142 void timerFired(WebCore::Timer<FullscreenVideoController>*);
179 WebCore::Timer<FullscreenVideoController> m_timer;
H A DFullscreenVideoController.cpp30 #include "FullscreenVideoController.h"
177 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient {
179 LayerClient(FullscreenVideoController* parent) : m_parent(parent) { }
196 FullscreenVideoController* m_parent;
199 void FullscreenVideoController::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
231 FullscreenVideoController::FullscreenVideoController() function in class:FullscreenVideoController
243 , m_timer(this, &FullscreenVideoController::timerFired)
252 FullscreenVideoController::~FullscreenVideoController()
[all...]

Completed in 75 milliseconds