Searched defs:GetX11RootWindow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dx11_util.cc534 XID GetX11RootWindow() { function in namespace:ui
539 return GetIntProperty(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop);
585 XID root_window = GetX11RootWindow();
1049 XID root = GetX11RootWindow();
1055 if (!ui::GetXWindowStack(ui::GetX11RootWindow(), &stack)) {
1209 if (!GetIntProperty(GetX11RootWindow(),
1288 int result = XSendEvent(gfx::GetXDisplay(), GetX11RootWindow(), False,
1302 if (GetAtomArrayProperty(GetX11RootWindow(),

Completed in 72 milliseconds