Home
last modified time | relevance | path

Searched refs:lastEditCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp233 RefPtr<CompositeEditCommand> lastEditCommand = frame->editor().lastEditCommand(); in lastTypingCommandIfStillOpenForTyping() local
234 …if (!lastEditCommand || !lastEditCommand->isTypingCommand() || !static_cast<TypingCommand*>(lastEd… in lastTypingCommandIfStillOpenForTyping()
237 return static_cast<TypingCommand*>(lastEditCommand.get()); in lastTypingCommandIfStillOpenForTyping()
DEditor.h75 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); } in lastEditCommand() function
DFrameSelection.cpp1523 …return frame->editor().lastEditCommand() && frame->editor().lastEditCommand()->shouldStopCaretBlin… in shouldStopBlinkingDueToTypingCommand()