OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertLineBreak
(Results
1 - 7
of
7
) 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
197
void TypingCommand::
insertLineBreak
(Document& document, Options options)
201
lastTypingCommand->
insertLineBreak
();
205
TypingCommand::create(document,
InsertLineBreak
, "", options)->apply();
265
case
InsertLineBreak
:
266
insertLineBreak
();
347
void TypingCommand::
insertLineBreak
()
353
typingAddedToOpenCommand(
InsertLineBreak
);
606
case
InsertLineBreak
:
CompositeEditCommand.h
109
void
insertLineBreak
();
Editor.h
170
bool
insertLineBreak
();
Editor.cpp
174
return
insertLineBreak
();
896
bool Editor::
insertLineBreak
()
904
TypingCommand::
insertLineBreak
(*m_frame.document(), 0);
916
return
insertLineBreak
();
[
all
...]
CompositeEditCommand.cpp
314
void CompositeEditCommand::
insertLineBreak
()
[
all
...]
EditorCommand.cpp
519
//
InsertLineBreak
is not implemented in IE or Firefox, so this behavior is only needed for
522
TypingCommand::
insertLineBreak
(*frame.document(), 0);
[
all
...]
Completed in 154 milliseconds