Searched refs:mouseDown (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewMouse.h52 - (void) mouseDown:(NSEvent *)event;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageBanner.h56 WKBundlePageBannerMouseDownCallback mouseDown; member in struct:WKBundlePageBannerClientV0
68 WKBundlePageBannerMouseDownCallback mouseDown; member in struct:WKBundlePageBannerClient
H A DWKBundlePageOverlay.h64 WKBundlePageOverlayMouseDownCallback mouseDown; member in struct:WKBundlePageOverlayClientV0
79 WKBundlePageOverlayMouseDownCallback mouseDown; member in struct:WKBundlePageOverlayClient
H A DWKBundlePageOverlay.cpp97 if (!m_client.mouseDown)
100 return m_client.mouseDown(toAPI(pageOverlay), toAPI(event.position()), toAPI(event.button()), m_client.base.clientInfo);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DGestureRecognizer.cpp139 Evas_Event_Mouse_Down mouseDown; local
140 mouseDown.button = 1;
141 mouseDown.output.x = mouseDown.canvas.x = position.x();
142 mouseDown.output.y = mouseDown.canvas.y = position.y();
143 mouseDown.data = 0;
144 mouseDown.modifiers = const_cast<Evas_Modifier*>(evas_key_modifier_get(evas));
145 mouseDown.locks = const_cast<Evas_Lock*>(evas_key_lock_get(evas));
146 mouseDown
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/mac/
H A DWKBundlePageBannerMac.mm68 if (!m_client.mouseDown)
71 return m_client.mouseDown(toAPI(pageBanner), toAPI(position), toAPI(button), m_client.base.clientInfo);
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWAKResponder.h72 - (void)mouseDown:(WebEvent *)theEvent;
H A DWAKResponder.m151 - (void)mouseDown:(WebEvent *)event
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandler.h45 virtual void mouseDown(NSEvent*) = 0;
H A DWebNetscapePluginEventHandlerCarbon.h42 virtual void mouseDown(NSEvent*);
H A DWebNetscapePluginEventHandlerCocoa.h40 virtual void mouseDown(NSEvent*);
H A DWebNetscapePluginEventHandlerCarbon.mm136 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
141 event.what = ::mouseDown;
146 LOG(PluginEvents, "NPP_HandleEvent(mouseDown): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v, event.where.h);
417 if (event->what == ::mouseDown || event->what == ::keyDown || event->what == ::mouseUp || event->what == ::autoKey)
H A DWebNetscapePluginEventHandlerCocoa.mm64 void WebNetscapePluginEventHandlerCocoa::mouseDown(NSEvent *event)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.h59 void mouseDown(int x, int y, int button = 1 /*Left*/);
H A DEWK2UnitTestBase.cpp281 void EWK2UnitTestBase::mouseDown(int x, int y, int button) function in class:EWK2UnitTest::EWK2UnitTestBase
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenPlaceholderView.mm88 - (void)mouseDown:(NSEvent *)theEvent
/macosx-10.10/WebCore-7600.1.25/page/ios/
H A DEventHandlerIOS.mm262 [view mouseDown:currentEvent()];
434 void EventHandler::mouseDown(WebEvent *event)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h80 - (void)mouseDown:(NSEvent *)event;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py200 self.mouseDown = True
209 self.mouseDown = False
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py200 self.mouseDown = True
209 self.mouseDown = False
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py200 self.mouseDown = True
209 self.mouseDown = False
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.h256 void mouseDown(NSEvent *);
263 void mouseDown(WebEvent *);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollbar.h136 bool mouseDown(const PlatformMouseEvent&);
H A DScrollbar.cpp401 // m_hoveredPart won't be updated until the next mouseMoved or mouseDown, so we have to hit test
411 bool Scrollbar::mouseDown(const PlatformMouseEvent& evt) function in class:WebCore::Scrollbar
/macosx-10.10/WebCore-7600.1.25/page/mac/
H A DEventHandlerMac.mm233 [view mouseDown:currentNSEvent()];
467 void EventHandler::mouseDown(NSEvent *event)

Completed in 401 milliseconds

12