Searched defs:theEvent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacthr.c693 EventRecord theEvent; local
701 (void)WaitNextEvent(nullEvent, &theEvent, 1, NULL);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp2792 AppleEvent theEvent = {0, nil}; local
2846 kAutoGenerateReturnID, kAnyTransactionID, &theEvent);
2860 err = AEPutParamDesc(&theEvent, keyDirectObject, &docList);
2866 err = AESend(&theEvent, &theReply, kAENoReply, kAENormalPriority, kNoTimeOut, nil, nil);
2882 err = AECoerceDesc(&theEvent, typeAppParameters, &launchDesc);
2907 EventRecord theEvent; local
2908 (void)WaitNextEvent(nullEvent, &theEvent, 1, NULL);
2918 if (theEvent.dataHandle != nil) AEDisposeDesc(&theEvent);

Completed in 92 milliseconds