Home
last modified time | relevance | path

Searched refs:x11Info (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp964 const QX11Info* x11Info = &platformPluginWidget()->x11Info(); in platformStart() local
966 wsi->display = x11Info->display(); in platformStart()
967 wsi->visual = (Visual*)x11Info->visual(); in platformStart()
968 wsi->depth = x11Info->depth(); in platformStart()
969 wsi->colormap = x11Info->colormap(); in platformStart()
976 const QX11Info* x11Info = &QApplication::desktop()->x11Info(); in platformStart() local
978 …if (x11Info->depth() == 32 || !m_plugin->quirks().contains(PluginQuirkRequiresDefaultScreenDepth))… in platformStart()
984 getVisualAndColormap(x11Info->depth(), &m_visual, &m_colormap); in platformStart()
985 wsi->depth = x11Info->depth(); in platformStart()
988 wsi->display = x11Info->display(); in platformStart()
DPluginContainerQt.cpp110 XGrabButton(x11Info().display(), buttonNo, AnyModifier, clientWinId(), in redirectWheelEventsToParent()
113 XUngrabButton(x11Info().display(), buttonNo, AnyModifier, clientWinId()); in redirectWheelEventsToParent()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp229 return view->x11Info().screen(); in screenNumber()
417 return views.at(0)->x11Info().screen(); in screenNumber()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
DNetscapePluginX11.cpp95 return QApplication::desktop()->x11Info().depth(); in displayDepth()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1614514 There's no QWidget::x11Info() on Mac, and setPlatformPluginWidget()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2956386 There's no QWidget::x11Info() on Mac, and setPlatformPluginWidget()