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

  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 197 const bool syncX = m_pluginDisplay && m_pluginDisplay != display;
246 if (syncX)
  /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...]

Completed in 50 milliseconds