Home | History | Annotate | Download | only in src

Lines Matching full:commandname

575     String commandName = interpretKeyEvent(evt);
576 Editor::Command command = frame->editor()->command(commandName);
584 if (command.isTextInsertion() || commandName.isEmpty())
588 m_webView->client()->didExecuteCommand(WebString(commandName));
596 m_webView->client()->didExecuteCommand(WebString(commandName));