Searched defs:xdisplay (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginPackageGtk.cpp107 static int webkitgtkXError(Display* xdisplay, XErrorEvent* error) argument
110 XGetErrorText(xdisplay, error->error_code, errorMessage, 63);
/external/chromium/base/
H A Dmessage_pump_glib_x.cc104 Display* xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default()); local
124 XISelectEvents(xdisplay, xwindow, evmasks, pointer_devices_.size());
128 XFlush(xdisplay);
265 Display* xdisplay = GDK_DISPLAY_XDISPLAY(display);
268 if (!XQueryExtension(xdisplay, "XInputExtension", &xiopcode_, &event, &err)) {
275 if (XIQueryVersion(xdisplay, &major, &minor) == BadRequest) {
297 XIDeviceInfo* devices = XIQueryDevice(xdisplay, XIAllDevices, &count);
/external/dbus/tools/
H A Ddbus-launch-x11.c40 Display *xdisplay = NULL; variable
46 x_io_error_handler (Display *xdisplay) argument
217 if (xdisplay != NULL)
218 return xdisplay;
220 xdisplay = XOpenDisplay (NULL);
221 if (xdisplay != NULL)
223 verbose ("Connected to X11 display '%s'\n", DisplayString (xdisplay));
226 return xdisplay;
306 owner = XGetSelectionOwner (xdisplay, selection_atom);
313 XGetWindowProperty (xdisplay, owne
[all...]
/external/openssh/
H A Dclientloop.c291 char xdisplay[512]; local
319 snprintf(xdisplay, sizeof(xdisplay), "unix:%s",
321 display = xdisplay;

Completed in 456 milliseconds