HomeSort by relevance Sort by last modified time
    Searched refs:xdisplay_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 42 : xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
43 x_root_window_(DefaultRootWindow(xdisplay_)),
45 atom_cache_(xdisplay_, kAtomsToCache) {
50 XGetWindowAttributes(xdisplay_, x_root_window_, &attr);
51 XSelectInput(xdisplay_, x_root_window_,
62 DCHECK_EQ(base::MessagePumpAuraX11::GetDefaultXDisplay(), xdisplay_); local
76 XSendEvent(xdisplay_, x_root_window_, False,
x11_window_event_filter.cc 65 xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
67 x_root_window_(DefaultRootWindow(xdisplay_)),
68 atom_cache_(xdisplay_, kAtomsToCache),
154 XUngrabPointer(xdisplay_, CurrentTime);
159 event.xclient.display = xdisplay_;
169 XSendEvent(xdisplay_, x_root_window_, False,
x11_desktop_handler.h 51 Display* xdisplay_; member in class:views::X11DesktopHandler
x11_window_event_filter.h 53 Display* xdisplay_; member in class:views::X11WindowEventFilter
desktop_root_window_host_x11.cc 119 xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
121 x_root_window_(DefaultRootWindow(xdisplay_)),
122 atom_cache_(xdisplay_, kAtomsToCache),
252 XDestroyWindow(xdisplay_, xwindow_);
364 if (!XGetGeometry(xdisplay_, x_root_window_, &root, &x, &y,
377 XShapeCombineRegion(xdisplay_, xwindow_, ShapeBounding, 0, 0, region, false);
406 XIconifyWindow(xdisplay_, xwindow_, 0);
436 XStoreName(xdisplay_, xwindow_, UTF16ToUTF8(title).c_str());
506 XDeleteProperty(xdisplay_, xwindow_,
509 XChangeProperty(xdisplay_, xwindow_
    [all...]
desktop_drag_drop_client_aurax11.h 159 Display* xdisplay_; member in class:views::DesktopDragDropClientAuraX11
desktop_drag_drop_client_aurax11.cc 375 xdisplay_(xdisplay),
377 atom_cache_(xdisplay_, kAtomsToCache),
392 XChangeProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndAware"),
592 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("XdndActionList"));
920 XSendEvent(xdisplay_, xid, False, 0, xev);
desktop_root_window_host_x11.h 196 Display* xdisplay_; member in class:views::DesktopRootWindowHostX11
  /external/chromium_org/ui/base/x/
x11_atom_cache.h 39 Display* xdisplay_; member in class:ui::X11AtomCache
x11_atom_cache.cc 15 : xdisplay_(xdisplay),
24 XInternAtoms(xdisplay_,
38 ::Atom atom = XInternAtom(xdisplay_, name, false);
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 370 xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
372 x_root_window_(DefaultRootWindow(xdisplay_)),
380 atom_cache_(xdisplay_, kAtomsToCache) {
386 xdisplay_, x_root_window_,
403 XSelectInput(xdisplay_, xwindow_, event_mask);
404 XFlush(xdisplay_);
413 XGetWindowAttributes(xdisplay_, x_root_window_, &attrs);
422 XSetWMProtocols(xdisplay_, xwindow_, protocols, 2);
426 XSetWMProperties(xdisplay_, xwindow_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
431 XChangeProperty(xdisplay_,
    [all...]
root_window_host_x11.h 109 Display* xdisplay_; member in class:aura::RootWindowHostX11
  /external/chromium_org/ash/display/
display_change_observer_x11.h 45 Display* xdisplay_; member in class:ash::internal::DisplayChangeObserverX11
display_change_observer_x11.cc 49 : xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
50 x_root_window_(DefaultRootWindow(xdisplay_)),
53 XRRQueryExtension(xdisplay_, &xrandr_event_base_, &error_base_ignored);
94 XRRGetScreenResources(xdisplay_, x_root_window_);
100 XRRGetCrtcInfo(xdisplay_, screen_resources, crtc_id);
110 XRRGetOutputInfo(xdisplay_, screen_resources, output);

Completed in 395 milliseconds