Searched defs:platformEvent (Results 1 – 6 of 6) sorted by relevance
71 const PlatformKeyboardEvent* platformEvent = event->keyEvent(); in handleKeyboardEvent() local
61 …static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* … in create()
574 PlatformWheelEventBuilder platformEvent(mainFrameImpl()->frameView(), event); in mouseWheel() local1610 PlatformKeyboardEventBuilder platformEvent(keyboardEvent); in setInitialFocus() local
709 const PlatformKeyboardEvent* platformEvent = event->keyEvent(); in handleKeyboardEvent() local
812 PlatformMouseEvent platformEvent(event); in webkit_web_view_button_press_event() local1537 PlatformMouseEvent platformEvent(&event->button); in webkit_web_view_drag_end() local
3191 void WebViewCore::setInitialFocus(const WebCore::PlatformKeyboardEvent& platformEvent) in setInitialFocus()