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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
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
CompositeEditCommand.cpp 128 size_t size = m_commands.size();
130 m_commands[i - 1]->doUnapply();
148 size_t size = m_commands.size();
150 m_commands[i]->doReapply();
158 m_commands.append(command);
275 m_commands.append(command.release());
286 m_commands.append(command);
    [all...]
TypingCommand.cpp 252 if (m_commands.isEmpty())

Completed in 23 milliseconds