Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTypingCommand.cpp199 applyCommand(TypingCommand::create(document, InsertLineBreak)); in insertLineBreak()
264 case InsertLineBreak: in doApply()
372 typingAddedToOpenCommand(InsertLineBreak); in insertLineBreak()
604 case InsertLineBreak: in updatePreservesTypingStyle()
DTypingCommand.h40 InsertLineBreak, enumerator
/external/webkit/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/WebKit/qt/
DChangeLog10284 Which translate to the commands InsertNewline and InsertLineBreak