Home
last modified time | relevance | path

Searched refs:theAEEventClass (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c1017 AEEventClass theAEEventClass; in AE_AECreateAppleEvent() local
1027 PyMac_GetOSType, &theAEEventClass, in AE_AECreateAppleEvent()
1033 _err = AECreateAppleEvent(theAEEventClass, in AE_AECreateAppleEvent()
1148 AEEventClass theAEEventClass; in AE_AEInstallEventHandler() local
1156 PyMac_GetOSType, &theAEEventClass, in AE_AEInstallEventHandler()
1160 _err = AEInstallEventHandler(theAEEventClass, in AE_AEInstallEventHandler()
1175 AEEventClass theAEEventClass; in AE_AERemoveEventHandler() local
1181 PyMac_GetOSType, &theAEEventClass, in AE_AERemoveEventHandler()
1184 _err = AERemoveEventHandler(theAEEventClass, in AE_AERemoveEventHandler()
1198 AEEventClass theAEEventClass; in AE_AEGetEventHandler() local
[all …]