Searched refs:m_videoWindowId (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DPlatformVideoWindowGtk.cpp44 m_videoWindowId = GDK_WINDOW_XID(gtk_widget_get_window(m_window));
61 m_videoWindowId = 0;
H A DPlatformVideoWindowMac.mm32 m_videoWindowId = reinterpret_cast<unsigned long>(m_window.get());
37 m_videoWindowId = 0;
H A DPlatformVideoWindow.h50 unsigned long videoWindowId() const { return m_videoWindowId; }
53 unsigned long m_videoWindowId; member in class:WebCore::PlatformVideoWindow
H A DPlatformVideoWindowQt.cpp121 m_videoWindowId = win->winId();
127 m_videoWindowId = 0;

Completed in 166 milliseconds