Searched refs:MoveToNextChar (Results 1 – 3 of 3) sorted by relevance
713 QVERIFY(page->action(QWebPage::MoveToNextChar) != 0); in cursorMovements()727 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), false); in cursorMovements()744 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), true); in cursorMovements()758 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()763 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()768 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()813 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()814 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()815 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()816 page->triggerAction(QWebPage::MoveToNextChar); in cursorMovements()[all …]
110 MoveToNextChar, enumerator
553 updateAction(QWebPage::MoveToNextChar); in updateEditorActions()761 { QKeySequence::MoveToNextChar, QWebPage::MoveToNextChar }, in editorActionForKeyEvent()1856 case MoveToNextChar: in action()