OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insertLineBreak
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp
199
void TypingCommand::
insertLineBreak
(Document& document, Options options)
203
lastTypingCommand->
insertLineBreak
();
207
TypingCommand::create(document,
InsertLineBreak
, "", options)->apply();
267
case
InsertLineBreak
:
268
insertLineBreak
();
355
void TypingCommand::
insertLineBreak
()
361
typingAddedToOpenCommand(
InsertLineBreak
);
616
case
InsertLineBreak
:
Editor.cpp
173
return
insertLineBreak
();
793
bool Editor::
insertLineBreak
()
801
TypingCommand::
insertLineBreak
(*frame().document(), 0);
813
return
insertLineBreak
();
[
all
...]
Completed in 285 milliseconds