Home
last modified time | relevance | path

Searched refs:m_lastEditCommand (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.h92 EditCommand* lastEditCommand() { return m_lastEditCommand.get(); } in lastEditCommand()
392 RefPtr<EditCommand> m_lastEditCommand; variable
DEditor.cpp785 m_lastEditCommand.clear(); in clearLastEditCommand()
1004 if (m_lastEditCommand.get() == cmd) in appliedEditing()
1009 m_lastEditCommand = cmd; in appliedEditing()
1011 client()->registerCommandForUndo(m_lastEditCommand); in appliedEditing()
1025 m_lastEditCommand = 0; in unappliedEditing()
1040 m_lastEditCommand = 0; in reappliedEditing()
1546 TypingCommand::closeTyping(m_lastEditCommand.get()); in confirmComposition()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3136605 * page/FramePrivate.h: Changed m_lastEditCommand to be a RefPtr<EditCommand>.
36607 (WebCore::Frame::didOpenURL): Fixed for change to m_lastEditCommand.
36611 (WebCore::Frame::lastEditCommand): Updated for change to m_lastEditCommand.
36617 of EditCommandPtr and change the order of setting m_lastEditCommand since passing it