OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertLineBreak
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h
40
InsertLineBreak
,
65
static void
insertLineBreak
(Document&, Options);
72
void
insertLineBreak
();
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.h
164
bool
insertLineBreak
();
Editor.cpp
173
return
insertLineBreak
();
793
bool Editor::
insertLineBreak
()
801
TypingCommand::
insertLineBreak
(*frame().document(), 0);
813
return
insertLineBreak
();
[
all
...]
EditorCommand.cpp
538
//
InsertLineBreak
is not implemented in IE or Firefox, so this behavior is only needed for
541
TypingCommand::
insertLineBreak
(*frame.document(), 0);
[
all
...]
Completed in 56 milliseconds