Searched +defs:event +defs:modifiers (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformKeyboardEventBlackBerry.cpp441 PlatformKeyboardEvent::PlatformKeyboardEvent(const BlackBerry::Platform::KeyboardEvent& event) argument
493 int modifiers = BlackBerry::Platform::Graphics::Screen::primaryScreen()->getCurrentModifiersState(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp553 static PlatformEvent::Type eventTypeForGdkKeyEvent(GdkEventKey* event) argument
558 static PlatformEvent::Modifiers modifiersForGdkKeyEvent(GdkEventKey* event) argument
560 unsigned int modifiers = 0; local
573 PlatformKeyboardEvent(GdkEventKey* event, const CompositionResults& compositionResults) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebActionPropertyBag.cpp101 static const MouseEvent* findMouseEvent(const Event* event) argument
142 unsigned modifiers = 0; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DWebEventFactory.cpp48 static inline WebEvent::Modifiers modifiersForEvent(const GdkEvent* event) argument
50 unsigned modifiers = 0; local
69 static inline WebMouseEvent::Button buttonForEvent(const GdkEvent* event) argument
101 createWebMouseEvent(const GdkEvent* event, int currentClickCount) argument
136 createWebWheelEvent(const GdkEvent* event) argument
183 createWebKeyboardEvent(const GdkEvent* event, const WebCore::CompositionResults& compositionResults) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DEflKeyboardUtilities.cpp250 unsigned modifiers; member in struct:WebCore::KeyDownEntry
256 unsigned modifiers; member in struct:WebCore::KeyPressEntry
349 const char* getKeyDownCommandName(const KeyboardEvent* event) argument
351 unsigned modifiers = 0; local
369 getKeyPressCommandName(const KeyboardEvent* event) argument
371 unsigned modifiers = 0; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DWebEventConversion.cpp36 static void mouseEventModifiersFromQtKeyboardModifiers(Qt::KeyboardModifiers keyboardModifiers, unsigned& modifiers) argument
49 static void mouseEventTypeAndMouseButtonFromQEvent(const QEvent* event, PlatformEvent::Type& mouseEventType, MouseButton& mouseButton) argument
89 WebKitPlatformMouseEvent::WebKitPlatformMouseEvent(QInputEvent* event, in argument
118 convertMouseEvent(QInputEvent* event, int clickCount) argument
172 WebKitPlatformTouchEvent(QTouchEvent* event) argument
262 WebKitPlatformGestureEvent(QGestureEventFacade* event) argument
272 convertWheelEvent(QWheelEvent* event, int wheelScrollLines) argument
278 convertTouchEvent(QTouchEvent* event) argument
285 convertGesture(QGestureEventFacade* event) argument
[all...]
H A DEditorClientQt.cpp375 unsigned modifiers; member in struct:WebCore::KeyDownEntry
398 const char* editorCommandForKeyDownEvent(const KeyboardEvent* event) argument
411 unsigned modifiers = 0; local
423 handleKeyboardEvent(KeyboardEvent* event) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DWebEventFactory.cpp51 static inline WebEvent::Modifiers modifiersForEvent(const Evas_Modifier* modifiers) argument
94 WebMouseEvent WebEventFactory::createWebMouseEvent(const Evas_Event_Mouse_Down* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
109 createWebMouseEvent(const Evas_Event_Mouse_Up* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
124 createWebMouseEvent(const Evas_Event_Mouse_Move* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
139 createWebWheelEvent(const Evas_Event_Mouse_Wheel* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
173 createWebKeyboardEvent(const Evas_Event_Key_Down* event) argument
190 createWebKeyboardEvent(const Evas_Event_Key_Up* event) argument
222 createWebTouchEvent(Ewk_Touch_Event_Type type, const Eina_List* points, const Evas_Modifier* modifiers, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen, double timestamp) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DWebEventFactoryQt.cpp43 static inline double currentTimeForEvent(const QInputEvent* event) argument
55 static WebMouseEvent::Button mouseButtonForEvent(QMouseEvent *event) argument
66 webEventTypeForEvent(const QEvent* event) argument
100 modifiersForEvent(Qt::KeyboardModifiers modifiers) argument
114 createWebMouseEvent(QMouseEvent* event, const QTransform& fromItemTransform, int eventClickCount) argument
123 WebEvent::Modifiers modifiers = modifiersForEvent(event->modifiers()); local
137 WebEvent::Modifiers modifiers = modifiersForEvent(e->modifiers()); local
165 createWebKeyboardEvent(QKeyEvent* event) argument
178 WebEvent::Modifiers modifiers = modifiersForEvent(event->modifiers()); local
185 createWebTouchEvent(const QTouchEvent* event, const QTransform& fromItemTransform) argument
190 WebEvent::Modifiers modifiers = modifiersForEvent(event->modifiers()); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebUIClient.cpp49 PassRefPtr<WebPageProxy> WebUIClient::createNewPage(WebPageProxy* page, const ResourceRequest& resourceRequest, const WindowFeatures& windowFeatures, WebEvent::Modifiers modifiers, WebMouseEvent::Button button) argument
162 void WebUIClient::mouseDidMoveOverElement(WebPageProxy* page, const WebHitTestResult::Data& data, WebEvent::Modifiers modifiers, APIObject* userData) argument
213 void WebUIClient::didNotHandleKeyEvent(WebPageProxy* page, const NativeWebKeyboardEvent& event) argument
225 void WebUIClient::didNotHandleWheelEvent(WebPageProxy* page, const NativeWebWheelEvent& event) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.cpp351 unsigned modifiers; member in struct:WebCore::KeyDownEntry
357 unsigned modifiers; member in struct:WebCore::KeyPressEntry
422 const char* EditorClientBlackBerry::interpretKeyEvent(const KeyboardEvent* event) argument
440 unsigned modifiers = 0; local
457 handleKeyboardEvent(KeyboardEvent* event) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestwebview.c140 static gboolean map_event_cb(GtkWidget *widget, GdkEvent* event, gpointer data) argument
596 void doMouseButtonEvent(GtkWidget* widget, GdkEventType eventType, int x, int y, unsigned int button, unsigned int modifiers) argument
600 GdkEvent* event = gdk_event_new(eventType); local
622 clickMouseButton(GtkWidget* widget, int x, int y, unsigned int button, unsigned int modifiers) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp246 unsigned modifiers; member in struct:WebKit::KeyDownEntry
252 unsigned modifiers; member in struct:WebKit::KeyPressEntry
322 const char* EditorClientWinCE::interpretKeyEvent(const KeyboardEvent* event) argument
340 unsigned modifiers = 0; local
357 handleEditingKeyboardEvent(KeyboardEvent* event) argument
421 handleKeyboardEvent(KeyboardEvent* event) argument
427 handleInputMethodKeydown(KeyboardEvent* event) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXKeyEvent.c320 XEvent event; local
765 KeycodeToUnicodeViaUnicodeResource( UniChar *uniChars, int maxChars, Ptr uchr, EventKind eKind, UInt32 keycode, UInt32 modifiers, UInt32 *deadKeyStatePtr) argument
854 KeycodeToUnicodeViaKCHRResource( UniChar *uniChars, int maxChars, Ptr kchr, TextEncoding encoding, EventKind eKind, UInt32 keycode, UInt32 modifiers, UInt32 *deadKeyStatePtr) argument
990 TkMacOSXKeycodeToUnicode( UniChar *uniChars, int maxChars, EventKind eKind, UInt32 keycode, UInt32 modifiers, UInt32 *deadKeyStatePtr) argument
[all...]
H A DtkMacOSXMenu.c1312 int accelLen, modifiers = 0, hasCmd = 0; local
3803 XVirtualEvent event; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXMenu.c49 } modifiers[] = { variable in typeref:struct:__anon13606
249 NSUInteger modifiers = [event modifierFlags] & local
1181 XVirtualEvent event; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp842 unsigned modifiers = 0; local
855 handleEvent(Event* event) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeymap.c1377 int modifiers; local
1630 Lisp_Object event variable
3364 struct describe_map_elt { Lisp_Object event; Lisp_Object definition; int shadowed; }; member in struct:describe_map_elt
3404 Lisp_Object tail, definition, event; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsubr.el[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_photon.c444 int ch, modifiers; local
637 int button = 0, repeated_click, modifiers = 0x0; local
1705 PhWindowEvent_t event; local
1721 PhWindowEvent_t event; local
[all...]
H A Dgui_x11.c782 int modifiers; local
3016 XEvent event; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.c1640 long modifiers = 0L; local
7139 MySCFilterDialogProc( DialogPtr dialogPtr, EventRecord * event, short *itemHit, long refCon ) argument
7179 MySCFilterDialogProc( DialogPtr dialogPtr, EventRecord * event, short *itemHit, long refCon ) argument
7190 MySCFilterDialogProc( DialogPtr dialogPtr, EventRecord * event, short *itemHit, long refCon ) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp330 static MouseEventWithHitTestResults prepareMouseEventForFrame(Frame* frame, const PlatformMouseEvent& event) argument
345 static gboolean webkit_web_view_forward_context_menu_event(WebKitWebView* webView, const PlatformMouseEvent& event, bool triggeredWithKeyboard) argument
662 webkit_web_view_expose_event(GtkWidget* widget, GdkEventExpose* event) argument
712 webkit_web_view_key_press_event(GtkWidget* widget, GdkEventKey* event) argument
719 webkit_web_view_key_release_event(GtkWidget* widget, GdkEventKey* event) argument
726 webkit_web_view_button_press_event(GtkWidget* widget, GdkEventButton* event) argument
756 webkit_web_view_button_release_event(GtkWidget* widget, GdkEventButton* event) argument
774 webkit_web_view_motion_event(GtkWidget* widget, GdkEventMotion* event) argument
785 webkit_web_view_scroll_event(GtkWidget* widget, GdkEventScroll* event) argument
924 webkit_web_view_focus_in_event(GtkWidget* widget, GdkEventFocus* event) argument
946 webkit_web_view_focus_out_event(GtkWidget* widget, GdkEventFocus* event) argument
1498 GdkModifierType modifiers = static_cast<GdkModifierType>(0); local
5307 webkit_web_view_get_hit_test_result(WebKitWebView* webView, GdkEventButton* event) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp986 void WebPage::linkClicked(const String& url, const WebMouseEvent& event) argument
1613 explicit CurrentEvent(const WebEvent& event) argument
1629 static bool isContextClick(const PlatformMouseEvent& event) argument
2100 setInitialFocus(bool forward, bool isKeyboardEventValid, const WebKeyboardEvent& event) argument
3720 simulateMouseDown(int button, WebCore::IntPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
3725 simulateMouseUp(int button, WebCore::IntPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
[all...]

Completed in 469 milliseconds

12