CompositeEditCommand.h | 65 Vector<RefPtr<SimpleEditCommand> > m_commands; member in class:WebCore::EditCommandComposition 76 bool isFirstCommand(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == command; } 168 Vector<RefPtr<EditCommand> > m_commands; member in class:WebCore::CompositeEditCommand
|