OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformVideoWindow
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowEfl.cpp
21
#include "
PlatformVideoWindow
.h"
28
PlatformVideoWindow
::
PlatformVideoWindow
()
33
PlatformVideoWindow
::~
PlatformVideoWindow
()
38
void
PlatformVideoWindow
::prepareForOverlay(GstMessage*)
PlatformVideoWindow.h
36
class
PlatformVideoWindow
: public RefCounted<
PlatformVideoWindow
> {
38
static PassRefPtr<
PlatformVideoWindow
> createWindow() { return adoptRef(new
PlatformVideoWindow
()); }
40
PlatformVideoWindow
();
41
~
PlatformVideoWindow
();
PlatformVideoWindowGtk.cpp
21
#include "
PlatformVideoWindow
.h"
32
PlatformVideoWindow
::
PlatformVideoWindow
()
49
PlatformVideoWindow
::~
PlatformVideoWindow
()
65
void
PlatformVideoWindow
::prepareForOverlay(GstMessage*)
PlatformVideoWindowMac.mm
21
#include "
PlatformVideoWindow
.h"
29
PlatformVideoWindow
::
PlatformVideoWindow
()
35
PlatformVideoWindow
::~
PlatformVideoWindow
()
40
void
PlatformVideoWindow
::prepareForOverlay(GstMessage* message)
PlatformVideoWindowQt.cpp
21
#include "
PlatformVideoWindow
.h"
109
PlatformVideoWindow
::
PlatformVideoWindow
()
121
PlatformVideoWindow
::~
PlatformVideoWindow
()
127
void
PlatformVideoWindow
::prepareForOverlay(GstMessage*)
GStreamerGWorld.h
25
#include "
PlatformVideoWindow
.h"
55
PlatformVideoWindow
*
platformVideoWindow
() const { return m_videoWindow.get(); }
60
RefPtr<
PlatformVideoWindow
> m_videoWindow;
GStreamerGWorld.cpp
81
m_videoWindow =
PlatformVideoWindow
::createWindow();
Completed in 673 milliseconds