Home
last modified time | relevance | path

Searched refs:gdkWindow (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DWidgetRenderingContext.cpp79 if (!theme->m_themePartsHaveRGBAColormap && graphicsContext->gdkWindow()) { in WidgetRenderingContext()
81 m_target = graphicsContext->gdkWindow(); in WidgetRenderingContext()
122 if (!theme->m_themePartsHaveRGBAColormap && m_graphicsContext->gdkWindow()) in ~WidgetRenderingContext()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp662 …GdkWindow* gdkWindow = gtk_widget_get_window(m_parentFrame->view()->hostWindow()->platformPageClie… in platformGetValue() local
664 *static_cast<Window*>(value) = GDK_WINDOW_XWINDOW(gdk_window_get_toplevel(gdkWindow)); in platformGetValue()
666 *static_cast<HGDIOBJ*>(value) = GDK_WINDOW_HWND(gdkWindow); in platformGetValue()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h538 GdkWindow* gdkWindow() const;
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp1154 GdkWindow* GraphicsContext::gdkWindow() const in gdkWindow() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06400 (WebCore::GraphicsContext::gdkWindow): ditto.
405 (WebCore::gdkWindow): ditto.