Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:GetAtom

531                    atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN"),
552 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
553 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
566 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_VERT"),
567 atom_cache_.GetAtom("_NET_WM_STATE_MAXIMIZED_HORZ"));
588 atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"),
598 atom_cache_.GetAtom("_NET_WM_STATE_STICKY"),
613 xevent.xclient.message_type = atom_cache_.GetAtom("_NET_WM_DESKTOP");
632 atom_cache_.GetAtom("_NET_WM_NAME"),
633 atom_cache_.GetAtom("UTF8_STRING"),
724 atom_cache_.GetAtom("_NET_WM_STATE_FULLSCREEN"),
765 atom_cache_.GetAtom("_NET_WM_WINDOW_OPACITY"));
768 atom_cache_.GetAtom("_NET_WM_WINDOW_OPACITY"),
794 XDeleteProperty(xdisplay_, xwindow_, atom_cache_.GetAtom("_NET_WM_ICON"));
1041 window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_MENU");
1045 window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_TOOLTIP");
1049 window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_NOTIFICATION");
1053 window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_DND");
1056 window_type = atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE_NORMAL");
1069 atom_cache_.GetAtom("_NET_WM_CM_S0")) != None) {
1122 protocols[0] = atom_cache_.GetAtom("WM_DELETE_WINDOW");
1123 protocols[1] = atom_cache_.GetAtom("_NET_WM_PING");
1137 atom_cache_.GetAtom("_NET_WM_PID"),
1145 atom_cache_.GetAtom("_NET_WM_WINDOW_TYPE"),
1159 atom_cache_.GetAtom("_NET_WM_STATE_SKIP_TASKBAR"));
1166 state_atom_list.push_back(atom_cache_.GetAtom("_NET_WM_STATE_ABOVE"));
1169 state_atom_list.push_back(atom_cache_.GetAtom("_NET_WM_STATE_STICKY"));
1364 atom_cache_.GetAtom("_NET_WM_USER_TIME"),
1381 xclient.xclient.message_type = atom_cache_.GetAtom("_NET_WM_STATE");
1396 return window_properties_.find(atom_cache_.GetAtom(property)) !=
1587 atom_cache_.GetAtom("_NET_WM_USER_TIME"),
1835 if (message_type == atom_cache_.GetAtom("WM_PROTOCOLS")) {
1837 if (protocol == atom_cache_.GetAtom("WM_DELETE_WINDOW")) {
1840 } else if (protocol == atom_cache_.GetAtom("_NET_WM_PING")) {
1850 } else if (message_type == atom_cache_.GetAtom("XdndEnter")) {
1852 } else if (message_type == atom_cache_.GetAtom("XdndLeave")) {
1854 } else if (message_type == atom_cache_.GetAtom("XdndPosition")) {
1856 } else if (message_type == atom_cache_.GetAtom("XdndStatus")) {
1858 } else if (message_type == atom_cache_.GetAtom("XdndFinished")) {
1860 } else if (message_type == atom_cache_.GetAtom("XdndDrop")) {
1904 if (changed_atom == atom_cache_.GetAtom("_NET_WM_STATE"))
1906 else if (changed_atom == atom_cache_.GetAtom("_NET_FRAME_EXTENTS"))