OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformVideoWindow
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.h
25
#include "
PlatformVideoWindow
.h"
55
PlatformVideoWindow
*
platformVideoWindow
() const { return m_videoWindow.get(); }
60
RefPtr<
PlatformVideoWindow
> m_videoWindow;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp
68
m_fullScreenWidget = reinterpret_cast<FullScreenVideoWindow*>(gstreamerGWorld->
platformVideoWindow
()->window());
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp
265
m_window = reinterpret_cast<GtkWidget*>(m_gstreamerGWorld->
platformVideoWindow
()->window());
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm
110
[window setContentView:gstGworld->
platformVideoWindow
()->window()];
Completed in 119 milliseconds