Home
last modified time | relevance | path

Searched refs:xdisplay_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ui/aura/
Droot_window_host_x11.cc313 : xdisplay_(gfx::GetXDisplay()), in RootWindowHostX11()
315 x_root_window_(DefaultRootWindow(xdisplay_)), in RootWindowHostX11()
322 atom_cache_(xdisplay_, kAtomsToCache), in RootWindowHostX11()
329 xdisplay_, x_root_window_, in RootWindowHostX11()
346 XSelectInput(xdisplay_, xwindow_, event_mask); in RootWindowHostX11()
347 XFlush(xdisplay_); in RootWindowHostX11()
351 SelectXInput2EventsForRootWindow(xdisplay_, x_root_window_); in RootWindowHostX11()
360 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2); in RootWindowHostX11()
364 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL); in RootWindowHostX11()
371 XChangeProperty(xdisplay_, in RootWindowHostX11()
[all …]
Droot_window_host_x11.h108 XDisplay* xdisplay_; variable
/external/chromium_org/ui/views/widget/desktop_aura/
Dx11_desktop_handler.cc44 : xdisplay_(gfx::GetXDisplay()), in X11DesktopHandler()
45 x_root_window_(DefaultRootWindow(xdisplay_)), in X11DesktopHandler()
47 atom_cache_(xdisplay_, kAtomsToCache), in X11DesktopHandler()
53 XGetWindowAttributes(xdisplay_, x_root_window_, &attr); in X11DesktopHandler()
54 XSelectInput(xdisplay_, x_root_window_, in X11DesktopHandler()
78 DCHECK_EQ(gfx::GetXDisplay(), xdisplay_); in ActivateWindow()
92 XSendEvent(xdisplay_, x_root_window_, False, in ActivateWindow()
96 XRaiseWindow(xdisplay_, window); in ActivateWindow()
Ddesktop_root_window_host_x11.cc125 xdisplay_(gfx::GetXDisplay()), in DesktopRootWindowHostX11()
127 x_root_window_(DefaultRootWindow(xdisplay_)), in DesktopRootWindowHostX11()
128 atom_cache_(xdisplay_, kAtomsToCache), in DesktopRootWindowHostX11()
272 root_window_->window(), cursor_manager, xdisplay_, xwindow_); in CreateDragDropClient()
321 XDestroyWindow(xdisplay_, xwindow_); in CloseNow()
359 XRaiseWindow(xdisplay_, xwindow_); in StackAtTop()
445 if (!XGetGeometry(xdisplay_, x_root_window_, &root, &x, &y, in GetWorkAreaBoundsInScreen()
488 XIconifyWindow(xdisplay_, xwindow_, 0); in Minimize()
527 XChangeProperty(xdisplay_, in SetWindowTitle()
539 XStoreName(xdisplay_, xwindow_, utf8str.c_str()); in SetWindowTitle()
[all …]
Dx11_window_event_filter.cc65 : xdisplay_(gfx::GetXDisplay()), in X11WindowEventFilter()
67 x_root_window_(DefaultRootWindow(xdisplay_)), in X11WindowEventFilter()
68 atom_cache_(xdisplay_, kAtomsToCache), in X11WindowEventFilter()
167 XUngrabPointer(xdisplay_, CurrentTime); in DispatchHostWindowDragMovement()
172 event.xclient.display = xdisplay_; in DispatchHostWindowDragMovement()
182 XSendEvent(xdisplay_, x_root_window_, False, in DispatchHostWindowDragMovement()
Ddesktop_screen_x11.cc74 : xdisplay_(base::MessagePumpX11::GetDefaultXDisplay()), in DesktopScreenX11()
75 x_root_window_(DefaultRootWindow(xdisplay_)), in DesktopScreenX11()
83 xdisplay_, &randr_version_major, &randr_version_minor) && in DesktopScreenX11()
89 XRRQueryExtension(xdisplay_, &xrandr_event_base_, &error_base_ignored); in DesktopScreenX11()
92 XRRSelectInput(xdisplay_, in DesktopScreenX11()
294 : xdisplay_(base::MessagePumpX11::GetDefaultXDisplay()), in DesktopScreenX11()
295 x_root_window_(DefaultRootWindow(xdisplay_)), in DesktopScreenX11()
304 XRRGetScreenResourcesCurrent(xdisplay_, x_root_window_); in BuildDisplaysFromXRandRInfo()
323 XRRGetOutputInfo(xdisplay_, resources, output_id); in BuildDisplaysFromXRandRInfo()
332 XRRCrtcInfo *crtc = XRRGetCrtcInfo(xdisplay_, in BuildDisplaysFromXRandRInfo()
Dx11_window_event_filter.h52 XDisplay* xdisplay_; variable
Dx11_desktop_handler.h57 XDisplay* xdisplay_; variable
Ddesktop_screen_x11.h71 Display* xdisplay_; variable
Ddesktop_drag_drop_client_aurax11.cc377 xdisplay_(xdisplay), in DesktopDragDropClientAuraX11()
379 atom_cache_(xdisplay_, kAtomsToCache), in DesktopDragDropClientAuraX11()
395 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"), in DesktopDragDropClientAuraX11()
598 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList")); in StartDragAndDrop()
927 XSendEvent(xdisplay_, xid, False, 0, xev); in SendXClientEvent()
Ddesktop_drag_drop_client_aurax11.h154 Display* xdisplay_; variable
Ddesktop_root_window_host_x11.h207 XDisplay* xdisplay_; variable
/external/chromium_org/ui/gfx/x/
Dx11_atom_cache.cc15 : xdisplay_(xdisplay), in X11AtomCache()
24 XInternAtoms(xdisplay_, in X11AtomCache()
38 ::Atom atom = XInternAtom(xdisplay_, name, false); in GetAtom()
Dx11_atom_cache.h39 Display* xdisplay_;