Home
last modified time | relevance | path

Searched defs:lastEditCommand (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h68 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); } in lastEditCommand() function
DTypingCommand.cpp235 RefPtrWillBeRawPtr<CompositeEditCommand> lastEditCommand = frame->editor().lastEditCommand(); in lastTypingCommandIfStillOpenForTyping() local