Searched defs:syncX (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp197 const bool syncX = m_pluginDisplay && m_pluginDisplay != display; local
246 if (syncX)
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp161 QApplication::syncX(); // make sure that the server knows about the Drawable
281 const bool syncX = m_pluginDisplay && m_pluginDisplay != QX11Info::display(); local
315 if (syncX)
316 QApplication::syncX();
332 if (syncX)
935 QApplication::syncX();

Completed in 187 milliseconds