/external/chromium_org/ui/aura/ |
D | root_window_host_x11.cc | 313 : 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 …]
|
D | root_window_host_x11.h | 108 XDisplay* xdisplay_; variable
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_desktop_handler.cc | 44 : 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()
|
D | desktop_root_window_host_x11.cc | 125 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 …]
|
D | x11_window_event_filter.cc | 65 : 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()
|
D | desktop_screen_x11.cc | 74 : 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()
|
D | x11_window_event_filter.h | 52 XDisplay* xdisplay_; variable
|
D | x11_desktop_handler.h | 57 XDisplay* xdisplay_; variable
|
D | desktop_screen_x11.h | 71 Display* xdisplay_; variable
|
D | desktop_drag_drop_client_aurax11.cc | 377 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()
|
D | desktop_drag_drop_client_aurax11.h | 154 Display* xdisplay_; variable
|
D | desktop_root_window_host_x11.h | 207 XDisplay* xdisplay_; variable
|
/external/chromium_org/ui/gfx/x/ |
D | x11_atom_cache.cc | 15 : xdisplay_(xdisplay), in X11AtomCache() 24 XInternAtoms(xdisplay_, in X11AtomCache() 38 ::Atom atom = XInternAtom(xdisplay_, name, false); in GetAtom()
|
D | x11_atom_cache.h | 39 Display* xdisplay_;
|