Searched defs:m_commands (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.h44 bool isFirstCommand(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == command; }
121 Vector<RefPtr<EditCommand> > m_commands; member in class:WebCore::CompositeEditCommand

Completed in 43 milliseconds