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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DKeypressCommand.h36 struct KeypressCommand { struct in namespace:WebCore
37 KeypressCommand() { } function in struct:WebCore::KeypressCommand
38 explicit KeypressCommand(const String& commandName) : commandName(commandName) { ASSERT(isASCIILower(commandName[0U])); } function in struct:WebCore::KeypressCommand
39 KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(text) { ASSERT(commandName == "insertText:"); } function in struct:WebCore::KeypressCommand

Completed in 105 milliseconds