Home
last modified time | relevance | path

Searched refs:RemoveFormat (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h165 RemoveFormat, enumerator
Dqwebpage.cpp638 updateAction(QWebPage::RemoveFormat); in updateEditorActions()
2920 case RemoveFormat: in action()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp1292 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/
DChangeLog-2008-08-1014826 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
DChangeLog-2006-12-3146297 Fixed EditActions for InsertHorizontalRule and RemoveFormat.
46470 * editing/JSEditor.cpp: Added RemoveFormat.
DChangeLog-2010-12-0628382 Reimplemented execCommand('RemoveFormat', false, null). New implementation removes
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1618021 * Formatting: RemoveFormat, ToggleStrikethrough, ToggleSubscript, and