Home
last modified time | relevance | path

Searched defs:KeyboardEventInit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DKeyboardEvent.h36 struct KeyboardEventInit : public UIEventInit { struct
39 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
DKeyboardEvent.cpp89 KeyboardEventInit::KeyboardEventInit() in KeyboardEventInit() function in WebCore::KeyboardEventInit