HomeSort by relevance Sort by last modified time
    Searched refs:syncX (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 161 QApplication::syncX(); // make sure that the server knows about the Drawable
281 const bool syncX = m_pluginDisplay && m_pluginDisplay != QX11Info::display();
315 if (syncX)
316 QApplication::syncX();
332 if (syncX)
935 QApplication::syncX();
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 197 const bool syncX = m_pluginDisplay && m_pluginDisplay != display;
246 if (syncX)
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 586 QApplication::syncX();

Completed in 1211 milliseconds