Searched refs:lastCommand (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTypingCommand.cpp399 EditCommand* lastCommand = m_commands.last().get(); local
400 if (lastCommand->isInsertTextCommand())
401 command = static_cast<InsertTextCommand*>(lastCommand);

Completed in 155 milliseconds