HomeSort by relevance Sort by last modified time
    Searched refs:theEvent (Results 1 - 25 of 25) 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/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 47 // Find the decoration under the event. |NULL| if |theEvent| is not
49 - (LocationBarDecoration*)decorationForEvent:(NSEvent*)theEvent
56 - (NSMenu*)decorationMenuForEvent:(NSEvent*)theEvent
62 - (BOOL)mouseDown:(NSEvent*)theEvent
  /external/chromium/chrome/browser/ui/cocoa/
base_view.h 29 - (void)mouseEvent:(NSEvent *)theEvent;
30 - (void)keyEvent:(NSEvent *)theEvent;
chrome_event_processing_window.h 45 - (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
draggable_button.h 81 - (void)performMouseDownAction:(NSEvent*)theEvent;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.h 30 - (BOOL)shouldHandleEvent:(NSEvent*)theEvent;
toolbar_controller.h 185 - (NSButton*)hoverButtonForEvent:(NSEvent*)theEvent;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 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)
    [all...]
WebNetscapePluginView.mm 748 - (void)mouseDown:(NSEvent *)theEvent
753 _eventHandler->mouseDown(theEvent);
756 - (void)mouseUp:(NSEvent *)theEvent
761 _eventHandler->mouseUp(theEvent);
764 - (void)handleMouseEntered:(NSEvent *)theEvent
772 _eventHandler->mouseEntered(theEvent);
775 - (void)handleMouseExited:(NSEvent *)theEvent
780 _eventHandler->mouseExited(theEvent);
787 - (void)handleMouseMoved:(NSEvent *)theEvent
792 _eventHandler->mouseMoved(theEvent);
    [all...]
WebBaseNetscapePluginView.mm 845 - (void)rightMouseDown:(NSEvent *)theEvent
847 [self mouseDown:theEvent];
850 - (void)rightMouseUp:(NSEvent *)theEvent
852 [self mouseUp:theEvent];
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 188 - (void)scrollWheel:(NSEvent *)theEvent;
190 - (void)mouseDragged:(NSEvent*)theEvent;
bookmark_button.h 223 - (void)mouseDragged:(NSEvent*)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/Source/WebKit2/UIProcess/API/mac/
WKViewInternal.h 56 - (BOOL)_interpretKeyEvent:(NSEvent *)theEvent savingCommandsTo:(Vector<WebCore::KeypressCommand>&)commands;
WKView.mm 943 - (void)Selector:(NSEvent *)theEvent \
945 if ([[self inputContext] handleEvent:theEvent]) { \
949 NativeWebMouseEvent webEvent(theEvent, self); \
970 - (void)Selector:(NSEvent *)theEvent \
972 Web##Type##Event webEvent = WebEventFactory::createWeb##Type##Event(theEvent, self); \
    [all...]
PDFViewController.mm 299 - (NSMenu *)menuForEvent:(NSEvent *)theEvent
303 NSEnumerator *menuItemEnumerator = [[[_pdfView menuForEvent:theEvent] itemArray] objectEnumerator];
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 524 - (void)mouseDown:(NSEvent *)theEvent
526 UNUSED_PARAM(theEvent);
622 - (void)mouseMoved:(NSEvent *)theEvent
WebPDFView.mm 87 - (NSMutableArray *)_menuItemsFromPDFKitForEvent:(NSEvent *)theEvent;
347 - (NSMenu *)menuForEvent:(NSEvent *)theEvent
350 NSMutableArray *items = [self _menuItemsFromPDFKitForEvent:theEvent];
375 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
    [all...]
WebFullScreenController.mm     [all...]
WebVideoFullscreenHUDWindowController.mm 628 - (void)mouseEntered:(NSEvent *)theEvent
635 - (void)mouseExited:(NSEvent *)theEvent
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 584 - (void)keyDown:(NSEvent *)theEvent
586 if ([[theEvent charactersIgnoringModifiers] isEqual:@"\e"]) // Esacpe key-code
588 else [super keyDown:theEvent];
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 134 void WKSendKeyEventToTSM(NSEvent *theEvent);
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 96 - (BOOL)_handleKeyEquivalent:(NSEvent*)theEvent;
736 - (void)sendEvent:(NSEvent *)theEvent {
739 NSEventType eventType = [theEvent type];
743 [super sendEvent:theEvent];
    [all...]

Completed in 703 milliseconds