Searched refs:EditorInternalCommand (Results 1 – 2 of 2) sorted by relevance
48 class EditorInternalCommand; variable146 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>);160 const EditorInternalCommand* m_command;
69 class EditorInternalCommand { class80 typedef HashMap<String, const EditorInternalCommand*, CaseFoldingHash> CommandMap;1432 EditorInternalCommand command;1635 static const EditorInternalCommand* internalCommand(const String& commandName) in internalCommand()1661 Editor::Command::Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefP… in Command()