Searched refs:internalCommand (Results 1 – 1 of 1) sorted by relevance
1476 const EditorInternalCommand* internalCommand = commandMap.get(commandName); in command() local1477 return internalCommand ? Command(m_frame, internalCommand, source) : Command(); in command()