Home
last modified time | relevance | path

Searched defs:editCommand (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/wx/WebKitSupport/
DEditCommandWx.h48 WTF::PassRefPtr<WebCore::EditCommand> editCommand() { return m_editCommand; } in editCommand() function
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp434 WebEditorUndoCommand::WebEditorUndoCommand(PassRefPtr<EditCommand> editCommand, bool isUndo) in WebEditorUndoCommand()