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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_interactive_uitest.cc 38 : X11PropertyChangeWaiter(ui::GetX11RootWindow(), "_NET_ACTIVE_WINDOW"),
49 ui::GetXIDProperty(ui::GetX11RootWindow(), "_NET_ACTIVE_WINDOW", &xid);
x11_topmost_window_finder_interactive_uitest.cc 76 : X11PropertyChangeWaiter(ui::GetX11RootWindow(),
98 ui::GetXWindowStack(ui::GetX11RootWindow(), &stack);
  /external/chromium_org/ui/base/x/
x11_util.cc 112 if (!GetIntProperty(GetX11RootWindow(),
146 if (!GetIntProperty(GetX11RootWindow(),
557 XID GetX11RootWindow() {
562 return GetIntProperty(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop);
581 XID root_window = GetX11RootWindow();
    [all...]
x11_util.h 104 UI_BASE_EXPORT XID GetX11RootWindow();
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 99 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(),
107 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(),

Completed in 71 milliseconds