Home | History | Annotate | Download | only in mac

Lines Matching refs:Command

88 // Map selectors into Editor command names.
89 // This is not needed for any selectors that have the same name as the Editor command.
114 // No need to capitalize the command name since Editor command names are not case sensitive.
147 Editor::Command command = frame->editor()->command(commandNameForSelectorName(commands[i].commandName));
148 if (command.isSupported()) {
149 bool commandExecutedByEditor = command.execute(event);
203 if (frame->editor()->command(commandNameForSelectorName(commands[i].commandName)).isTextInsertion())