Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:addPendingEditorCommand

105     client->addPendingEditorCommand("DeleteBackward");
111 client->addPendingEditorCommand(select ? "SelectAll" : "Unselect");
117 client->addPendingEditorCommand("Cut");
123 client->addPendingEditorCommand("Copy");
129 client->addPendingEditorCommand("Paste");
172 client->addPendingEditorCommand("MoveWordForward");
173 client->addPendingEditorCommand("MoveWordBackward");
175 client->addPendingEditorCommand("MoveWordBackward");
176 client->addPendingEditorCommand("MoveWordForward");
180 client->addPendingEditorCommand("MoveToBeginningOfLine");
182 client->addPendingEditorCommand("MoveToEndOfLine");
185 client->addPendingEditorCommand("MoveToBeginningOfParagraph");
187 client->addPendingEditorCommand("MoveToEndOfParagraph");
195 client->addPendingEditorCommand(rawCommand);
236 client->addPendingEditorCommand(rawCommand);