OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastEditCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h
75
CompositeEditCommand*
lastEditCommand
() { return m_lastEditCommand.get(); }
TypingCommand.cpp
233
RefPtr<CompositeEditCommand>
lastEditCommand
= frame->editor().
lastEditCommand
();
234
if (!
lastEditCommand
|| !
lastEditCommand
->isTypingCommand() || !static_cast<TypingCommand*>(
lastEditCommand
.get())->isOpenForMoreTyping())
237
return static_cast<TypingCommand*>(
lastEditCommand
.get());
Completed in 118 milliseconds