Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DKeyboardEvent.h37 struct KeypressCommand { struct
38 KeypressCommand() { } in KeypressCommand() function
39KeypressCommand(const String& commandName) : commandName(commandName) { ASSERT(isASCIILower(comman… in KeypressCommand() argument
40KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(te… in KeypressCommand() function
42 … name - it may have a trailing colon, and a name that can be different from an editor command name.
43 String text;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1999 {