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

  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.h 46 ::Window x_root_window_; member in class:extensions::GlobalShortcutListenerX11
global_shortcut_listener_x11.cc 57 x_root_window_(DefaultRootWindow(x_display_)) {
113 x_root_window_, False, GrabModeAsync, GrabModeAsync);
120 x_root_window_);
140 x_root_window_);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 58 ::Window x_root_window_; member in class:views::X11WindowEventFilter
x11_desktop_handler.cc 45 x_root_window_(DefaultRootWindow(xdisplay_)),
56 XGetWindowAttributes(xdisplay_, x_root_window_, &attr);
57 XSelectInput(xdisplay_, x_root_window_,
100 XSendEvent(xdisplay_, x_root_window_, False,
150 event->xproperty.window == x_root_window_);
157 CHECK_EQ(x_root_window_, event->xproperty.window);
161 if (ui::GetXIDProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) &&
desktop_screen_x11.h 69 ::Window x_root_window_; member in class:views::DesktopScreenX11
x11_desktop_handler.h 87 ::Window x_root_window_; member in class:views::X11DesktopHandler
desktop_screen_x11.cc 77 x_root_window_(DefaultRootWindow(xdisplay_)),
96 x_root_window_,
255 x_root_window_(DefaultRootWindow(xdisplay_)),
264 XRRGetScreenResourcesCurrent(xdisplay_, x_root_window_);
273 if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
x11_window_event_filter.cc 54 x_root_window_(DefaultRootWindow(xdisplay_)),
85 // Get the |x_root_window_| location out of the native event.
140 // Get the |x_root_window_| location out of the native event.
234 XSendEvent(xdisplay_, x_root_window_, False,
desktop_window_tree_host_x11.cc 134 x_root_window_(DefaultRootWindow(xdisplay_)),
475 if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
485 if (!XGetGeometry(xdisplay_, x_root_window_, &root, &x, &y,
620 XSendEvent(xdisplay_, x_root_window_, False,
978 XWarpPointer(xdisplay_, None, x_root_window_, 0, 0, 0, 0,
    [all...]
desktop_window_tree_host_x11.h 249 ::Window x_root_window_; member in class:views::DesktopWindowTreeHostX11
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 70 ::Window x_root_window() { return x_root_window_; }
90 ::Window x_root_window_; member in class:aura::WindowTreeHostX11
window_tree_host_x11.cc 240 x_root_window_(DefaultRootWindow(xdisplay_)),
251 xdisplay_, x_root_window_,
273 SelectXInput2EventsForRootWindow(xdisplay_, x_root_window_);
304 XRRSelectInput(xdisplay_, x_root_window_,
320 return target == xwindow_ || target == x_root_window_;
325 if (FindEventTarget(xev) == x_root_window_) {
450 reply_event.xclient.window = x_root_window_;
594 xevent.xmotion.root = x_root_window_;
617 XWarpPointer(xdisplay_, None, x_root_window_, 0, 0, 0, 0,
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 58 x_root_window_(DefaultRootWindow(x_display_)),
60 x_display_, x_root_window_,
274 ::Window x_root_window_; member in class:views::test::__anon823::UIControlsDesktopX11
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 121 ::Window x_root_window_; member in class:ui::OSExchangeDataProviderAuraX11
os_exchange_data_provider_aurax11.cc 52 x_root_window_(DefaultRootWindow(x_display_)),
65 x_root_window_(DefaultRootWindow(x_display_)),
69 x_root_window_,
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 298 ::Window x_root_window_; member in class:ui::Clipboard::AuraX11Details
320 x_root_window_(DefaultRootWindow(x_display_)),
322 x_display_, x_root_window_,

Completed in 625 milliseconds