HomeSort by relevance Sort by last modified time
    Searched refs:m_commands (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.h 44 bool isFirstCommand(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == command; }
121 Vector<RefPtr<EditCommand> > m_commands; member in class:WebCore::CompositeEditCommand
TypingCommand.cpp 287 if (m_commands.isEmpty())
398 if (!document()->frame()->selection()->typingStyle() && !m_commands.isEmpty()) {
399 EditCommand* lastCommand = m_commands.last().get();
CompositeEditCommand.cpp 84 size_t size = m_commands.size();
86 m_commands[i - 1]->unapply();
91 size_t size = m_commands.size();
93 m_commands[i]->reapply();
103 m_commands.append(cmd);
    [all...]

Completed in 130 milliseconds