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

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc88 XEvent xclient; local
89 memset(&xclient, 0, sizeof(xclient));
90 xclient.type = ClientMessage;
91 xclient.xclient.window = window;
92 xclient.xclient.message_type = atom_cache_.GetAtom("_NET_ACTIVE_WINDOW");
93 xclient.xclient
[all...]
H A Ddesktop_window_tree_host_x11_unittest.cc355 XEvent xclient; local
356 memset(&xclient, 0, sizeof(xclient));
357 xclient.type = ClientMessage;
358 xclient.xclient.window = xid;
359 xclient.xclient.message_type = atom_cache.GetAtom("_NET_WM_STATE");
360 xclient.xclient
[all...]
H A Ddesktop_window_tree_host_x11.cc612 xevent.xclient.window = xwindow_;
613 xevent.xclient.message_type = atom_cache_.GetAtom("_NET_WM_DESKTOP");
614 xevent.xclient.format = 32;
615 xevent.xclient.data.l[0] = new_desktop;
616 xevent.xclient.data.l[1] = 0;
617 xevent.xclient.data.l[2] = 0;
618 xevent.xclient.data.l[3] = 0;
619 xevent.xclient.data.l[4] = 0;
1377 XEvent xclient; local
1378 memset(&xclient,
[all...]

Completed in 1212 milliseconds