OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformVideoWindow
(Results
1 - 4
of
4
) 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*)
PlatformVideoWindowGtk.cpp
21
#include "
PlatformVideoWindow
.h"
32
PlatformVideoWindow
::
PlatformVideoWindow
()
49
PlatformVideoWindow
::~
PlatformVideoWindow
()
65
void
PlatformVideoWindow
::prepareForOverlay(GstMessage*)
PlatformVideoWindowQt.cpp
21
#include "
PlatformVideoWindow
.h"
109
PlatformVideoWindow
::
PlatformVideoWindow
()
121
PlatformVideoWindow
::~
PlatformVideoWindow
()
127
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
();
Completed in 69 milliseconds