Lines Matching refs:deviceGrab
904 GrabPtr grab = device->deviceGrab.grab;
1044 grab = device->deviceGrab.grab;
1050 device->deviceGrab.activatingKey = key;
1055 if (grab && device->deviceGrab.fromPassiveGrab &&
1056 (key == device->deviceGrab.activatingKey) &&
1057 (device->deviceGrab.grab->type == KeyPress ||
1058 device->deviceGrab.grab->type == DeviceKeyPress ||
1059 device->deviceGrab.grab->type == XI_KeyPress))
1082 device->deviceGrab.fromPassiveGrab &&
1083 (device->deviceGrab.grab->type == ButtonPress ||
1084 device->deviceGrab.grab->type == DeviceButtonPress ||
1085 device->deviceGrab.grab->type == XI_ButtonPress))
1102 (*device->deviceGrab.DeactivateGrab) (device);
1616 !(check & DevicePointerMotionHintMask) && !dev->deviceGrab.grab)
1869 if (dev->deviceGrab.grab && (dev->deviceGrab.grab->window == pWin))
1870 (*dev->deviceGrab.DeactivateGrab) (dev);
1880 if (dev->deviceGrab.grab)
2010 (*dev->deviceGrab.ActivateGrab) (dev, &tempGrab, currentTime, TRUE);
2033 GrabPtr grab = dev->deviceGrab.grab;