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/webkit/Source/WebCore/editing/
Editor.h
92
EditCommand*
lastEditCommand
() { return m_lastEditCommand.get(); }
TypingCommand.cpp
90
EditCommand*
lastEditCommand
= frame->editor()->
lastEditCommand
();
91
if (isOpenForMoreTypingCommand(
lastEditCommand
)) {
92
TypingCommand* lastTypingCommand = static_cast<TypingCommand*>(
lastEditCommand
);
108
EditCommand*
lastEditCommand
= frame->editor()->
lastEditCommand
();
109
if (granularity == CharacterGranularity && isOpenForMoreTypingCommand(
lastEditCommand
)) {
110
TypingCommand* lastTypingCommand = static_cast<TypingCommand*>(
lastEditCommand
);
128
EditCommand*
lastEditCommand
= frame->editor()->
lastEditCommand
();
[
all
...]
Completed in 2046 milliseconds