Home
last modified time | relevance | path

Searched refs:InsertParagraphSeparator (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp267 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()
DTypingCommand.h41 InsertParagraphSeparator, enumerator
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h158 InsertParagraphSeparator, enumerator
Dqwebpage.cpp635 updateAction(QWebPage::InsertParagraphSeparator); in updateEditorActions()
887 { QKeySequence::InsertParagraphSeparator, QWebPage::InsertParagraphSeparator }, in editorActionForKeyEvent()
2910 case InsertParagraphSeparator: in action()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp540 case QWebPage::InsertParagraphSeparator: in handleInputMethodKeydown()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp1289 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/
DChangeLog-2011-02-1618048 Fix for InsertParagraphSeparator and InsertLineSeparator so that
20781 - InsertParagraphSeparator
/external/webkit/Source/WebCore/
DChangeLog-2006-12-316811 … 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.
DChangeLog-2008-08-1028025 If we're doing InsertParagraphSeparator at the end of a header element, do not clone it.