HomeSort by relevance Sort by last modified time
    Searched refs:theEvent (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/javax/sql/
RowSetListener.java 33 * theEvent.getSource} has moved.
35 * @param theEvent
41 public void cursorMoved(RowSetEvent theEvent);
45 * theEvent.getSource} has changed.
47 * @param theEvent
53 public void rowChanged(RowSetEvent theEvent);
57 * {@code theEvent.getSource} have been updated (an example is the execution
60 * @param theEvent
66 public void rowSetChanged(RowSetEvent theEvent);
ConnectionEventListener.java 40 * @param theEvent
44 public void connectionClosed(ConnectionEvent theEvent);
52 * @param theEvent
56 public void connectionErrorOccurred(ConnectionEvent theEvent);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 141 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
145 getCarbonEvent(&event, theEvent);
154 void WebNetscapePluginEventHandlerCarbon::mouseUp(NSEvent* theEvent)
158 getCarbonEvent(&event, theEvent);
167 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
172 void WebNetscapePluginEventHandlerCarbon::mouseEntered(NSEvent* theEvent)
176 getCarbonEvent(&event, theEvent);
185 void WebNetscapePluginEventHandlerCarbon::mouseExited(NSEvent* theEvent)
189 getCarbonEvent(&event, theEvent);
206 void WebNetscapePluginEventHandlerCarbon::keyDown(NSEvent *theEvent)
    [all...]
WebNetscapePluginView.mm 736 - (void)mouseDown:(NSEvent *)theEvent
741 _eventHandler->mouseDown(theEvent);
744 - (void)mouseUp:(NSEvent *)theEvent
749 _eventHandler->mouseUp(theEvent);
752 - (void)mouseEntered:(NSEvent *)theEvent
757 _eventHandler->mouseEntered(theEvent);
760 - (void)mouseExited:(NSEvent *)theEvent
765 _eventHandler->mouseExited(theEvent);
774 - (void)handleMouseMoved:(NSEvent *)theEvent
779 _eventHandler->mouseMoved(theEvent);
    [all...]
WebBaseNetscapePluginView.mm 810 - (void)rightMouseDown:(NSEvent *)theEvent
812 [self mouseDown:theEvent];
815 - (void)rightMouseUp:(NSEvent *)theEvent
817 [self mouseUp:theEvent];
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 283 EventRecord theEvent;
340 EventAvail(0, &theEvent);
341 EventAvail(0, &theEvent);
342 EventAvail(0, &theEvent);
343 EventAvail(0, &theEvent);
366 EventRecord theEvent;
436 EventAvail(0, &theEvent);
437 EventAvail(0, &theEvent);
438 EventAvail(0, &theEvent);
439 EventAvail(0, &theEvent);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm 345 - (void)mouseDown:(NSEvent *)theEvent
347 UNUSED_PARAM(theEvent);
443 - (void)mouseMoved:(NSEvent *)theEvent
WebPDFView.mm 84 - (NSMutableArray *)_menuItemsFromPDFKitForEvent:(NSEvent *)theEvent;
338 - (NSMenu *)menuForEvent:(NSEvent *)theEvent
341 NSMutableArray *items = [self _menuItemsFromPDFKitForEvent:theEvent];
366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
    [all...]
WebVideoFullscreenHUDWindowController.mm 629 - (void)mouseEntered:(NSEvent *)theEvent
636 - (void)mouseExited:(NSEvent *)theEvent
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 110 void WKSendKeyEventToTSM(NSEvent *theEvent);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 282 UINT32 theEvent,
utils.c     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 95 - (BOOL)_handleKeyEquivalent:(NSEvent*)theEvent;
734 - (void)sendEvent:(NSEvent *)theEvent {
737 NSEventType eventType = [theEvent type];
741 [super sendEvent:theEvent];
    [all...]

Completed in 275 milliseconds