Home
last modified time | relevance | path

Searched refs:EditorInternalCommand (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h48 class EditorInternalCommand; variable
146 Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<Frame>);
160 const EditorInternalCommand* m_command;
DEditorCommand.cpp69 class EditorInternalCommand { class
80 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()