Home
last modified time | relevance | path

Searched refs:mouseDown (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/WebKitTools/DumpRenderTree/mac/
DEventSendingController.mm64 NSMutableArray *savedMouseEvents; // mouse events sent between mouseDown and mouseUp are stored her…
130 || aSelector == @selector(mouseDown:withModifiers:)
161 if (aSelector == @selector(mouseDown:withModifiers:))
162 return @"mouseDown";
307 - (void)mouseDown:(int)buttonNumber withModifiers:(WebScriptObject*)modifiers
325 [subView mouseDown:event];
331 - (void)mouseDown:(int)buttonNumber
333 [self mouseDown:buttonNumber withModifiers:nil];
478 [self performSelector:@selector(mouseDown:) withObject:nil afterDelay:0];
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm141 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent) function
146 event.what = ::mouseDown;
151 …LOG(PluginEvents, "NPP_HandleEvent(mouseDown): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v,…
413 …if (event->what == ::mouseDown || event->what == ::keyDown || event->what == ::mouseUp || event->w…
DWebNetscapePluginEventHandler.h45 virtual void mouseDown(NSEvent*) = 0;
DWebNetscapePluginEventHandlerCocoa.h40 virtual void mouseDown(NSEvent*);
DWebNetscapePluginEventHandlerCarbon.h42 virtual void mouseDown(NSEvent*);
DWebBaseNetscapePluginView.mm808 // AppKit doesn't call mouseDown or mouseUp on right-click. Simulate control-click
809 // mouseDown and mouseUp so plug-ins get the right-click event as they do in Carbon (3125743).
812 [self mouseDown:theEvent];
DWebNetscapePluginEventHandlerCocoa.mm65 void WebNetscapePluginEventHandlerCocoa::mouseDown(NSEvent *event) function
/external/webkit/WebKit/mac/WebView/
DWebViewEventHandling.mm75 - (void)mouseDown:(NSEvent *)event
82 [super mouseDown:event];
117 frame->eventHandler()->mouseDown(event);
DWebVideoFullscreenController.mm345 - (void)mouseDown:(NSEvent *)theEvent
/external/webkit/WebKitTools/DumpRenderTree/qt/
DEventSenderQt.h55 void mouseDown(int button = 0);
DEventSenderQt.cpp73 void EventSender::mouseDown(int button) in mouseDown() function in EventSender
/external/webkit/WebCore/platform/
DScrollbar.h100 bool mouseDown(const PlatformMouseEvent&);
DScrollbar.cpp380 bool Scrollbar::mouseDown(const PlatformMouseEvent& evt) in mouseDown() function in WebCore::Scrollbar
/external/webkit/WebKit/win/
DWebScrollBar.cpp230 m_scrollBar->mouseDown(mouseEvent); in handleMouseEvent()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.h225 void mouseDown(const WebMouseEvent&);
DWebViewImpl.cpp324 void WebViewImpl::mouseDown(const WebMouseEvent& event) in mouseDown() function in WebKit::WebViewImpl
922 mouseDown(*static_cast<const WebMouseEvent*>(&inputEvent)); in handleInputEvent()
/external/webkit/WebCore/page/
DEventHandler.h183 void mouseDown(NSEvent *);
/external/webkit/WebCore/page/mac/
DEventHandlerMac.mm257 [view mouseDown:currentNSEvent()];
478 void EventHandler::mouseDown(NSEvent *event)
724 void EventHandler::mouseDown(NSEvent *)
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp265 case mouseDown: in handleEventCarbon()
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp587 record.what = mouseDown; in handleMouseEvent()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macevents.c255 case mouseDown: { in Mac_HandleEvents()
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm270 - (void)mouseDown:(NSEvent *)event
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp922 scrollbar()->mouseDown(event); in wndProc()
/external/webkit/WebKit/mac/
DWebKit.order682 -[WebHTMLView mouseDown:]
1707 -[WebNetscapePluginDocumentView mouseDown:]
1911 -[WebHostedNetscapePluginView mouseDown:]
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp527 m_capturingScrollbar->mouseDown(event); in handleMouseDownEvent()

12