Searched refs:MoveToNextChar (Results 1 – 3 of 3) sorted by relevance
995 QVERIFY(page->action(QWebPage::MoveToNextChar) != 0); in cursorMovements()1009 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), false); in cursorMovements()1026 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), true); in cursorMovements()1040 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1045 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1050 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1095 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1096 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1097 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()1098 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()[all …]
121 MoveToNextChar, enumerator
603 updateAction(QWebPage::MoveToNextChar); in updateEditorActions()861 { QKeySequence::MoveToNextChar, QWebPage::MoveToNextChar }, in editorActionForKeyEvent()2802 case MoveToNextChar: in action()