HomeSort by relevance Sort by last modified time
    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();
349 void TypingCommand::insertLineBreak()
355 typingAddedToOpenCommand(InsertLineBreak);
611 case InsertLineBreak:
Editor.h 165 bool insertLineBreak();
Editor.cpp 172 return insertLineBreak();
816 bool Editor::insertLineBreak()
824 TypingCommand::insertLineBreak(*m_frame.document(), 0);
836 return insertLineBreak();
    [all...]
EditorCommand.cpp 520 // InsertLineBreak is not implemented in IE or Firefox, so this behavior is only needed for
523 TypingCommand::insertLineBreak(*frame.document(), 0);
    [all...]

Completed in 42 milliseconds