Searched defs:inEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.cpp552 EventRef inEvent = (EventRef)pvCarbonEvent; local
553 UInt32 EventClass = ::GetEventClass(inEvent);
555 return pEditor->darwinKeyboardEvent(pvCocoaEvent, inEvent);
559 bool UIHostComboEditorPrivate::darwinKeyboardEvent(const void *pvCocoaEvent, EventRef inEvent) argument
565 UInt32 eventKind = ::GetEventKind(inEvent);
575 ::GetEventParameter(inEvent, kEventParamKeyModifiers, typeUInt32, NULL,
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c221 static pascal Boolean _md_CarbonEventComparator(EventRef inEvent, void *inCompareData);
1595 EventRef inEvent,
1598 if (GetEventClass(inEvent) == kEventClassPL &&
1599 GetEventKind(inEvent) == kEventProcessPLEvents)
1602 if (GetEventParameter(inEvent, kEventParamPLEventQueue,
1613 static pascal Boolean _md_CarbonEventComparator(EventRef inEvent, argument
1618 if (GetEventClass(inEvent) == kEventClassPL &&
1619 GetEventKind(inEvent) == kEventProcessPLEvents)
1622 match = ((GetEventParameter(inEvent, kEventParamPLEventQueue,
1594 _md_EventReceiverProc(EventHandlerCallRef nextHandler, EventRef inEvent, void* userData) argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1125 EventRef inEvent = (EventRef)pvCarbonEvent; local
1126 UInt32 eventClass = ::GetEventClass(inEvent);
1136 if (pKeyboardHandler->darwinKeyboardEvent (pvCocoaEvent, inEvent))
1143 bool UIKeyboardHandler::darwinKeyboardEvent(const void *pvCocoaEvent, EventRef inEvent) argument
1146 UInt32 EventKind = ::GetEventKind(inEvent);
1151 ::GetEventParameter(inEvent, kEventParamKeyCode, typeUInt32, NULL, sizeof (keyCode), NULL, &keyCode);
1181 if (::GetEventParameter(inEvent, kEventParamKeyUnicodes, typeUnicodeText, NULL,
1193 ::GetEventParameter(inEvent, kEventParamKeyModifiers, typeUInt32, NULL,

Completed in 54 milliseconds