Searched refs:InsertParagraphSeparator (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | TypingCommand.cpp | 267 applyCommand(TypingCommand::create(document, InsertParagraphSeparator, "", options)); in insertParagraphSeparator() 303 case InsertParagraphSeparator: in doApply() 347 …TypingCommand::InsertLineBreak || commandType == TypingCommand::InsertParagraphSeparator || comman… in markMisspellingsAfterTyping() 431 typingAddedToOpenCommand(InsertParagraphSeparator); in insertParagraphSeparator() 660 case InsertParagraphSeparator: in updatePreservesTypingStyle()
|
D | TypingCommand.h | 41 InsertParagraphSeparator, enumerator
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.h | 158 InsertParagraphSeparator, enumerator
|
D | qwebpage.cpp | 635 updateAction(QWebPage::InsertParagraphSeparator); in updateEditorActions() 887 { QKeySequence::InsertParagraphSeparator, QWebPage::InsertParagraphSeparator }, in editorActionForKeyEvent() 2910 case InsertParagraphSeparator: in action()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.cpp | 540 case QWebPage::InsertParagraphSeparator: in handleInputMethodKeydown()
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 1289 QVERIFY(page->action(QWebPage::InsertParagraphSeparator) != 0); in textEditing() 1316 QCOMPARE(page->action(QWebPage::InsertParagraphSeparator)->isEnabled(), false); in textEditing() 1359 QCOMPARE(page->action(QWebPage::InsertParagraphSeparator)->isEnabled(), true); in textEditing()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 18048 Fix for InsertParagraphSeparator and InsertLineSeparator so that 20781 - InsertParagraphSeparator
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 6811 … whitespace handling in InsertParagraphSeparator, InsertLineBreak, Delete, and BreakBlockquote. 20213 instead of InsertParagraphSeparator at these positions. 41822 Moved from InsertParagraphSeparator. Does its own typing style restoration. 41830 (WebCore::embeddedSublist): Moved from InsertParagraphSeparator.
|
D | ChangeLog-2008-08-10 | 28025 If we're doing InsertParagraphSeparator at the end of a header element, do not clone it.
|