Searched refs:xdisplay (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.h27 // Preinterns the NULL terminated list of string |to_cache_ on |xdisplay|.
28 X11AtomCache(Display* xdisplay, const char** to_cache);
H A Dx11_atom_cache.cc14 X11AtomCache::X11AtomCache(Display* xdisplay, const char** to_cache) argument
15 : xdisplay_(xdisplay),
/external/chromium_org/ui/base/x/
H A Dselection_owner.h30 SelectionOwner(Display* xdisplay,
H A Dselection_requestor.h34 SelectionRequestor(Display* xdisplay,
H A Dx11_util.cc520 XDisplay* xdisplay = gfx::GetXDisplay(); local
525 Pixmap blank = XCreateBitmapFromData(xdisplay,
526 DefaultRootWindow(xdisplay),
528 invisible_cursor = XCreatePixmapCursor(xdisplay, blank, blank,
530 XFreePixmap(xdisplay, blank);
/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/chromium_org/base/message_loop/
H A Dmessage_pump_gtk.cc88 static Display* xdisplay = XOpenDisplay(NULL); local
89 return xdisplay;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h55 Display* xdisplay,
H A Ddesktop_drag_drop_client_aurax11.cc373 Display* xdisplay,
377 xdisplay_(xdisplay),
370 DesktopDragDropClientAuraX11( aura::Window* root_window, views::DesktopNativeCursorManager* cursor_manager, Display* xdisplay, ::Window xwindow) argument
/external/openssh/
H A Dclientloop.c291 char xdisplay[512]; local
319 snprintf(xdisplay, sizeof(xdisplay), "unix:%s",
321 display = xdisplay;
/external/chromium_org/ui/aura/
H A Droot_window_host_x11.cc1049 ::XDisplay* xdisplay = gfx::GetXDisplay(); local
1050 return gfx::Size(DisplayWidth(xdisplay, 0), DisplayHeight(xdisplay, 0));

Completed in 407 milliseconds