Home | History | Annotate | Download | only in Plugins

Lines Matching refs:theEvent

136 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
140 getCarbonEvent(&event, theEvent);
149 void WebNetscapePluginEventHandlerCarbon::mouseUp(NSEvent* theEvent)
153 getCarbonEvent(&event, theEvent);
162 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
167 void WebNetscapePluginEventHandlerCarbon::mouseEntered(NSEvent* theEvent)
171 getCarbonEvent(&event, theEvent);
180 void WebNetscapePluginEventHandlerCarbon::mouseExited(NSEvent* theEvent)
184 getCarbonEvent(&event, theEvent);
197 void WebNetscapePluginEventHandlerCarbon::mouseMoved(NSEvent* theEvent)
201 getCarbonEvent(&event, theEvent);
210 void WebNetscapePluginEventHandlerCarbon::keyDown(NSEvent *theEvent)
213 WKSendKeyEventToTSM(theEvent);
239 void WebNetscapePluginEventHandlerCarbon::keyUp(NSEvent* theEvent)
241 WKSendKeyEventToTSM(theEvent);
248 getCarbonEvent(&event, theEvent);
252 event.message = keyMessageForEvent(theEvent);