Searched refs:x11Info (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 964 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()
|
D | PluginContainerQt.cpp | 110 XGrabButton(x11Info().display(), buttonNo, AnyModifier, clientWinId(), in redirectWheelEventsToParent() 113 XUngrabButton(x11Info().display(), buttonNo, AnyModifier, clientWinId()); in redirectWheelEventsToParent()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PageClientQt.cpp | 229 return view->x11Info().screen(); in screenNumber() 417 return views.at(0)->x11Info().screen(); in screenNumber()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
D | NetscapePluginX11.cpp | 95 return QApplication::desktop()->x11Info().depth(); in displayDepth()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 14514 There's no QWidget::x11Info() on Mac, and setPlatformPluginWidget()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 56386 There's no QWidget::x11Info() on Mac, and setPlatformPluginWidget()
|