HomeSort by relevance Sort by last modified time
    Searched defs:lastEditCommand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 76 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
TypingCommand.cpp 235 RefPtrWillBeRawPtr<CompositeEditCommand> lastEditCommand = frame->editor().lastEditCommand();
236 if (!lastEditCommand || !lastEditCommand->isTypingCommand() || !static_cast<TypingCommand*>(lastEditCommand.get())->isOpenForMoreTyping())
239 return static_cast<TypingCommand*>(lastEditCommand.get());

Completed in 131 milliseconds