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

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 45 x_root_window_(DefaultRootWindow(xdisplay_)),
53 XGetWindowAttributes(xdisplay_, x_root_window_, &attr);
54 XSelectInput(xdisplay_, x_root_window_,
59 if (ui::GetAtomArrayProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &atoms)) {
92 XSendEvent(xdisplay_, x_root_window_, False,
128 if (event->xproperty.window == x_root_window_ &&
131 if (ui::GetIntProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) &&
x11_window_event_filter.h 56 ::Window x_root_window_; member in class:views::X11WindowEventFilter
x11_desktop_handler.h 60 ::Window x_root_window_; member in class:views::X11DesktopHandler
desktop_screen_x11.h 72 ::Window x_root_window_; member in class:views::DesktopScreenX11
desktop_screen_x11.cc 75 x_root_window_(DefaultRootWindow(xdisplay_)),
93 x_root_window_,
295 x_root_window_(DefaultRootWindow(xdisplay_)),
304 XRRGetScreenResourcesCurrent(xdisplay_, x_root_window_);
313 if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
x11_window_event_filter.cc 67 x_root_window_(DefaultRootWindow(xdisplay_)),
118 // Get the |x_root_window_| location out of the native event.
182 XSendEvent(xdisplay_, x_root_window_, False,
desktop_root_window_host_x11.cc 127 x_root_window_(DefaultRootWindow(xdisplay_)),
435 if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
445 if (!XGetGeometry(xdisplay_, x_root_window_, &root, &x, &y,
875 XWarpPointer(xdisplay_, None, x_root_window_, 0, 0, 0, 0,
898 xevent.xmotion.root = x_root_window_;
955 xdisplay_, x_root_window_,
    [all...]
desktop_root_window_host_x11.h 211 ::Window x_root_window_; member in class:views::DesktopRootWindowHostX11
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.cc 63 x_root_window_(DefaultRootWindow(x_display_)) {
129 x_root_window_, False, GrabModeAsync, GrabModeAsync);
139 x_root_window_);
158 x_root_window_);
global_shortcut_listener_x11.h 65 ::Window x_root_window_; member in class:extensions::GlobalShortcutListenerX11
  /external/chromium_org/base/message_loop/
message_pump_x11.h 120 unsigned long x_root_window_; member in class:base::MessagePumpX11
message_pump_x11.cc 134 x_root_window_ = DefaultRootWindow(g_xdisplay);
304 if (FindEventTarget(xev) == x_root_window_) {
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 315 x_root_window_(DefaultRootWindow(xdisplay_)),
329 xdisplay_, x_root_window_,
351 SelectXInput2EventsForRootWindow(xdisplay_, x_root_window_);
379 XRRSelectInput(xdisplay_, x_root_window_,
397 if (FindEventTarget(event) == x_root_window_)
511 reply_event.xclient.window = x_root_window_;
717 xdisplay_, x_root_window_,
723 xdisplay_, x_root_window_,
729 xdisplay_, x_root_window_,
735 xdisplay_, x_root_window_,
    [all...]
root_window_host_x11.h 112 ::Window x_root_window_; member in class:aura::RootWindowHostX11
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 46 x_root_window_(DefaultRootWindow(x_display_)),
59 x_root_window_(DefaultRootWindow(x_display_)),
63 x_root_window_,
os_exchange_data_provider_aurax11.h 108 ::Window x_root_window_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 90 x_root_window_(DefaultRootWindow(x_display_)),
92 x_display_, x_root_window_,
298 ::Window x_root_window_; member in class:views::test::__anon15147::UIControlsDesktopX11
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 290 ::Window x_root_window_; member in class:ui::Clipboard::AuraX11Details
313 x_root_window_(DefaultRootWindow(x_display_)),
315 x_display_, x_root_window_,

Completed in 117 milliseconds