Home
last modified time | relevance | path

Searched refs:InsertLineBreak (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp233 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options)); in insertLineBreak()
300 case InsertLineBreak: in doApply()
347 …ndType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandTyp… in markMisspellingsAfterTyping()
422 typingAddedToOpenCommand(InsertLineBreak); in insertLineBreak()
661 case InsertLineBreak: in updatePreservesTypingStyle()
DTypingCommand.h40 InsertLineBreak, enumerator
/external/webkit/Source/WebCore/
DChangeLog-2006-12-316811 … whitespace handling in InsertParagraphSeparator, InsertLineBreak, Delete, and BreakBlockquote.
18313 Before my change in r17223, return (an InsertLineBreak) would insert a '\n'
18317 After my change in r17223, InsertLineBreak would insert a br then a '\n' (reversed
18323 We could remove this assumption, but, for consistancy's sake, I changed InsertLineBreak
20212 and after tables and horizontal rules. Also, perform InsertLineBreak
47452 (WebCore::InsertParagraphSeparatorCommand::doApply): Turn into an InsertLineBreak
DChangeLog-2005-08-2329420 "InsertNewline" command has been changed to "InsertLineBreak". This matches the
DChangeLog-2007-10-1448823 … Added InsertTab, InsertBacktab, InsertLineBreak, and InsertNewline to the editing command table.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1620784 Which translate to the commands InsertNewline and InsertLineBreak