Searched defs:platformEvent (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-enum-with-guard.json-TestReplayInputs.cpp39 HandleWheelEvent::HandleWheelEvent(std::unique_ptr<PlatformWheelEvent> platformEvent) argument
64 std::unique_ptr<WebCore::PlatformWheelEvent> platformEvent; local
H A Dgenerate-enum-with-guard.json-TestReplayInputs.h73 const PlatformWheelEvent& platformEvent() const { return *m_platformEvent; } function in class:Test::HandleWheelEvent
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp76 const PlatformKeyboardEvent* platformEvent = event->keyEvent(); local
129 const PlatformKeyboardEvent* platformEvent = event->keyEvent(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DKeyboardEvent.h65 static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view) argument
H A DElement.cpp227 bool Element::dispatchMouseEvent(const PlatformMouseEvent& platformEvent, const AtomicString& eventType, int detail, Element* relatedTarget) argument
271 bool Element::dispatchKeyEvent(const PlatformKeyboardEvent& platformEvent) argument
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp297 PlatformKeyboardEvent platformEvent = PlatformKeyboardEvent(type, text, unmodifiedText, keyIdentifier, windowsVirtualKeyCode, nativeVirtualKeyCode, macCharCode, autoRepeat, keypad, systemKey, modifiers, timestamp); local

Completed in 123 milliseconds