Searched refs:KeyboardEventInit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DKeyboardEvent.h37 struct KeyboardEventInit : public UIEventInit { struct in namespace:WebCore
38 KeyboardEventInit();
70 static PassRefPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initializer)
108 KeyboardEvent(const AtomicString&, const KeyboardEventInit&);
H A DKeyboardEvent.cpp93 KeyboardEventInit::KeyboardEventInit() function in class:WebCore::KeyboardEventInit
129 KeyboardEvent::KeyboardEvent(const AtomicString& eventType, const KeyboardEventInit& initializer)

Completed in 164 milliseconds