Searched refs:RemoveFormat (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.h | 165 RemoveFormat, enumerator
|
D | qwebpage.cpp | 638 updateAction(QWebPage::RemoveFormat); in updateEditorActions() 2920 case RemoveFormat: in action()
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 1292 QVERIFY(page->action(QWebPage::RemoveFormat) != 0); in textEditing() 1319 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), false); in textEditing() 1376 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), false); in textEditing() 1383 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), true); in textEditing()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 14826 ASSERT in InsertIntoTextNodeCommand::InsertIntoTextNodeCommand during RemoveFormat call 41820 …/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain li… 71082 In the new beta, Google has added some custom code on top of our RemoveFormat 71084 the undo stack and causes crashes. This change fixes two problems with RemoveFormat
|
D | ChangeLog-2006-12-31 | 46297 Fixed EditActions for InsertHorizontalRule and RemoveFormat. 46470 * editing/JSEditor.cpp: Added RemoveFormat.
|
D | ChangeLog-2010-12-06 | 28382 Reimplemented execCommand('RemoveFormat', false, null). New implementation removes
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 18021 * Formatting: RemoveFormat, ToggleStrikethrough, ToggleSubscript, and
|