Searched defs:KeyboardEventInit (Results 1 – 2 of 2) sorted by relevance
36 struct KeyboardEventInit : public UIEventInit { struct39 String keyIdentifier;40 unsigned location;41 bool ctrlKey;42 bool altKey;43 bool shiftKey;67 …static PassRefPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initial… in create() argument
89 KeyboardEventInit::KeyboardEventInit() in KeyboardEventInit() function in WebCore::KeyboardEventInit