| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | ungrdev.c | 107 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
|
| H A D | closedev.c | 100 if (SameClient(others, client)) 151 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
|
| H A D | setmode.c | 107 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
|
| H A D | setdval.c | 116 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
|
| H A D | getselev.c | 125 if (SameClient(others, client)) {
|
| H A D | xigrabdev.c | 155 (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI2)
|
| H A D | chgdctl.c | 167 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) {
|
| H A D | xiselectev.c | 245 if (SameClient(others, client)) {
|
| H A D | exevents.c | 1584 if (!SameClient(others, client) && (check & 1591 if (SameClient(others, client)) { 2023 if (SameClient(other, client)) 2037 if ((grab && SameClient(grab, client) && 2155 if (SameClient(others, client)) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | ungrdev.c | 105 (grab) && SameClient(grab, client) && grab->grabtype == XI)
|
| H A D | closedev.c | 98 if (SameClient(others, client)) 149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client))
|
| H A D | setmode.c | 111 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
|
| H A D | setdval.c | 119 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client))
|
| H A D | getselev.c | 125 if (SameClient(others, client)) {
|
| H A D | xigrabdev.c | 171 (grab) && SameClient(grab, client) && grab->grabtype == XI2)
|
| H A D | chgdctl.c | 175 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) {
|
| H A D | xiselectev.c | 373 if (SameClient(others, client)) {
|
| H A D | exevents.c | 2675 if (!SameClient(others, client) && (check & 2682 if (SameClient(others, client)) { 3194 if (SameClient(other, client)) 3208 if ((grab && SameClient(grab, client) && 3326 if (SameClient(others, client)) {
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 1601 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client); 1612 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) 1654 && SameClient(devgrabinfo->grab, client)) 1657 SameClient(devgrabinfo->sync.other, client)) 1670 && SameClient(devgrabinfo->grab, client)) 1673 && SameClient(devgrabinfo->sync.other, client)) 1699 && SameClient(devgrabinfo->grab, client)) 1702 && SameClient(devgrabinfo->sync.other, client)) 1779 if (dev->deviceGrab.grab && SameClient(dev->deviceGrab.grab, client)) 1845 if (grab && !SameClient(gra [all...] |
| H A D | devices.c | 2264 if ((grab && SameClient(grab, client) &&
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 1832 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client); 1842 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) { 1878 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) 1881 SameClient(devgrabinfo->sync.other, client)) 1891 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) 1894 && SameClient(devgrabinfo->sync.other, client)) 1916 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) 1919 && SameClient(devgrabinfo->sync.other, client)) 2007 SameClient(dev->deviceGrab.grab, client)) { 2071 if (grab && !SameClient(gra [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | inputstr.h | 65 #define SameClient(obj,client) \ macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | inputstr.h | 69 #define SameClient(obj,client) \ macro
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | security.c | 394 if (SameClient(pEventClient, client))
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | security.c | 369 if (SameClient(pEventClient, client)) {
|