Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:rawCommand

190     const char* rawCommand = gtkDeleteCommands[deleteType][direction];
191 if (!rawCommand)
195 client->addPendingEditorCommand(rawCommand);
231 const char* rawCommand = gtkMoveCommands[step][direction];
232 if (!rawCommand)
236 client->addPendingEditorCommand(rawCommand);