Searched refs:x_root_window_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc45 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) &&
H A Dx11_window_event_filter.h58 ::Window x_root_window_; member in class:views::X11WindowEventFilter
H A Dx11_desktop_handler.h87 ::Window x_root_window_; member in class:views::X11DesktopHandler
H A Ddesktop_screen_x11.cc77 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) &&
H A Ddesktop_screen_x11.h69 ::Window x_root_window_; member in class:views::DesktopScreenX11
H A Dx11_window_event_filter.cc54 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,
H A Ddesktop_window_tree_host_x11.cc134 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,
1006 xevent.xmotion.root = x_root_window_;
1076 swa.colormap = XCreateColormap(xdisplay_, x_root_window_, visual,
1091 xdisplay_, x_root_window_,
1390 XSendEvent(xdisplay_, x_root_window_, False,
1731 XTranslateCoordinates(xdisplay_, xwindow_, x_root_window_,
[all...]
H A Ddesktop_window_tree_host_x11.h249 ::Window x_root_window_; member in class:views::DesktopWindowTreeHostX11
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.cc57 x_root_window_(DefaultRootWindow(x_display_)) {
113 x_root_window_, False, GrabModeAsync, GrabModeAsync);
120 x_root_window_);
140 x_root_window_);
H A Dglobal_shortcut_listener_x11.h46 ::Window x_root_window_; member in class:extensions::GlobalShortcutListenerX11
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h70 ::Window x_root_window() { return x_root_window_; }
90 ::Window x_root_window_; member in class:aura::WindowTreeHostX11
H A Dwindow_tree_host_x11.cc240 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/
H A Dui_controls_factory_desktop_aurax11.cc58 x_root_window_(DefaultRootWindow(x_display_)),
60 x_display_, x_root_window_,
274 ::Window x_root_window_; member in class:views::test::__anon17118::UIControlsDesktopX11
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h121 ::Window x_root_window_; member in class:ui::OSExchangeDataProviderAuraX11
H A Dos_exchange_data_provider_aurax11.cc52 x_root_window_(DefaultRootWindow(x_display_)),
65 x_root_window_(DefaultRootWindow(x_display_)),
69 x_root_window_,
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc298 ::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 393 milliseconds