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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DKeyboardEvent.h36 struct KeyboardEventInit : public UIEventInit { struct in namespace:WebCore
37 KeyboardEventInit();
67 static PassRefPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initializer)
106 KeyboardEvent(const AtomicString&, const KeyboardEventInit&);
H A DKeyboardEvent.cpp89 KeyboardEventInit::KeyboardEventInit() function in class:WebCore::KeyboardEventInit
119 KeyboardEvent::KeyboardEvent(const AtomicString& eventType, const KeyboardEventInit& initializer)

Completed in 115 milliseconds