OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullscreenVideoController
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.cpp
35
FullscreenVideoController
::
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
::exitOnUserRequest(
[
all
...]
FullscreenVideoControllerEfl.h
30
class
FullscreenVideoController
{
31
WTF_MAKE_NONCOPYABLE(
FullscreenVideoController
);
33
FullscreenVideoController
();
34
virtual ~
FullscreenVideoController
();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp
24
#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
* controller
[
all
...]
FullscreenVideoController.h
30
class
FullscreenVideoController
{
31
WTF_MAKE_NONCOPYABLE(
FullscreenVideoController
);
33
FullscreenVideoController
();
34
virtual ~
FullscreenVideoController
();
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
30
#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
()
243
, m_timer(this, &
FullscreenVideoController
::timerFired)
252
FullscreenVideoController
::~
FullscreenVideoController
()
[
all
...]
FullscreenVideoController.h
105
class
FullscreenVideoController
: WebCore::MediaPlayerPrivateFullscreenClient {
106
WTF_MAKE_NONCOPYABLE(
FullscreenVideoController
);
108
FullscreenVideoController
();
109
virtual ~
FullscreenVideoController
();
142
void timerFired(WebCore::Timer<
FullscreenVideoController
>*);
179
WebCore::Timer<
FullscreenVideoController
> m_timer;
WebView.h
55
class
FullscreenVideoController
;
[
all
...]
WebView.cpp
31
#include "
FullscreenVideoController
.h"
[
all
...]
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h
27
#include "
FullscreenVideoController
.h"
93
FullscreenVideoController
*
fullscreenVideoController
;
webkitwebview.cpp
[
all
...]
Completed in 6330 milliseconds