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 …rWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initializer) in create() argument
88 KeyboardEventInit::KeyboardEventInit() in KeyboardEventInit() function in WebCore::KeyboardEventInit