Lines Matching refs:CORE

1486             if (grab->grabtype == CORE || grab->grabtype == XI ||  in UpdateTouchesForGrab()
1579 if (grab->grabtype == CORE || grab->grabtype == XI || in DeactivatePointerGrab()
2044 grabtype = CORE; in ActivateImplicitGrab()
2678 case CORE: in DeliverOneEvent()
2746 DeliverOneEvent(event, dev, CORE, pWin, child, grab); in DeliverDeviceEvents()
3673 if (grab->grabtype == XI || grab->grabtype == CORE) { in ActivatePassiveGrab()
3678 if (grab->grabtype == CORE) in ActivatePassiveGrab()
3688 if (grab->grabtype == CORE) { in ActivatePassiveGrab()
3745 if (othergrab && othergrab->grabtype == CORE && in CoreGrabInterferes()
3798 case CORE: in MatchForType()
3799 grabtype = CORE; in MatchForType()
3840 if (grab->grabtype == CORE) { in CheckPassiveGrab()
3873 match = MatchForType(grab, tempGrab, CORE, event->any.type); in CheckPassiveGrab()
3875 match = MatchForType(grab, tempGrab, CORE, emulated_type); in CheckPassiveGrab()
3889 if (grab->grabtype == CORE) { in CheckPassiveGrab()
4190 case CORE: in DeliverOneGrabbedEvent()
4208 else if (level != CORE || !IsInterferingGrab(rClient(grab), dev, xE)) { in DeliverOneGrabbedEvent()
4275 if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE) in DeliverGrabbedEvent()
4916 &mask, CORE, stuff->cursor, stuff->confineTo, &status); in ProcGrabPointer()
5116 if (grabtype == CORE) in GrabDevice()
5157 stuff->ownerEvents, stuff->time, &mask, CORE, None, in ProcGrabKeyboard()
5195 (grab) && SameClient(grab, client) && grab->grabtype == CORE) in ProcUngrabKeyboard()
5485 tempGrab->grabtype = CORE; in ProcUngrabKey()
5519 .grabtype = CORE, in ProcGrabKey()
5542 grab = CreateGrab(client->index, keybd, keybd, pWin, CORE, &mask, in ProcGrabKey()
5627 .grabtype = CORE, in ProcGrabButton()
5637 CORE, &mask, &param, ButtonPress, in ProcGrabButton()
5682 tempGrab->grabtype = CORE; in ProcUngrabButton()
6063 if (grab && grab->grabtype == CORE && SameClient(grab, client)) { in PickPointer()