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

  /external/chromium_org/ash/display/
display_change_observer_x11.h 45 Display* xdisplay_; member in class:ash::internal::DisplayChangeObserverX11
  /external/chromium_org/ui/base/x/
x11_atom_cache.h 39 Display* xdisplay_; member in class:ui::X11AtomCache
  /external/chromium_org/ui/views/widget/desktop_aura/
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
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,
desktop_drag_drop_client_aurax11.h 159 Display* xdisplay_; member in class:views::DesktopDragDropClientAuraX11
desktop_root_window_host_x11.h 196 Display* xdisplay_; member in class:views::DesktopRootWindowHostX11
  /external/chromium_org/ui/aura/
root_window_host_x11.h 109 Display* xdisplay_; member in class:aura::RootWindowHostX11

Completed in 199 milliseconds