Searched refs:PlatformVideoWindow (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowEfl.cpp21 #include "PlatformVideoWindow.h"
28 PlatformVideoWindow::PlatformVideoWindow() function in class:PlatformVideoWindow
33 PlatformVideoWindow::~PlatformVideoWindow()
38 void PlatformVideoWindow::prepareForOverlay(GstMessage*)
H A DPlatformVideoWindowGtk.cpp21 #include "PlatformVideoWindow.h"
32 PlatformVideoWindow::PlatformVideoWindow() function in class:PlatformVideoWindow
49 PlatformVideoWindow::~PlatformVideoWindow()
65 void PlatformVideoWindow::prepareForOverlay(GstMessage*)
H A DPlatformVideoWindowMac.mm21 #include "PlatformVideoWindow.h"
29 PlatformVideoWindow::PlatformVideoWindow()
35 PlatformVideoWindow::~PlatformVideoWindow()
40 void PlatformVideoWindow::prepareForOverlay(GstMessage* message)
H A DPlatformVideoWindow.h36 class PlatformVideoWindow : public RefCounted<PlatformVideoWindow> { class in namespace:WebCore
38 static PassRefPtr<PlatformVideoWindow> createWindow() { return adoptRef(new PlatformVideoWindow()); }
40 PlatformVideoWindow();
41 ~PlatformVideoWindow();
H A DPlatformVideoWindowQt.cpp21 #include "PlatformVideoWindow.h"
109 PlatformVideoWindow::PlatformVideoWindow() function in class:PlatformVideoWindow
121 PlatformVideoWindow::~PlatformVideoWindow()
127 void PlatformVideoWindow::prepareForOverlay(GstMessage*)
H A DGStreamerGWorld.h25 #include "PlatformVideoWindow.h"
55 PlatformVideoWindow* platformVideoWindow() const { return m_videoWindow.get(); }
60 RefPtr<PlatformVideoWindow> m_videoWindow;
H A DGStreamerGWorld.cpp81 m_videoWindow = PlatformVideoWindow::createWindow();

Completed in 63 milliseconds