Searched defs:editCommand (Results 1 – 2 of 2) sorted by relevance
48 WTF::PassRefPtr<WebCore::EditCommand> editCommand() { return m_editCommand; } in editCommand() function
434 WebEditorUndoCommand::WebEditorUndoCommand(PassRefPtr<EditCommand> editCommand, bool isUndo) in WebEditorUndoCommand()