Home
last modified time | relevance | path

Searched refs:MoveToNextChar (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp713 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 …]
/external/webkit/WebKit/qt/Api/
Dqwebpage.h110 MoveToNextChar, enumerator
Dqwebpage.cpp553 updateAction(QWebPage::MoveToNextChar); in updateEditorActions()
761 { QKeySequence::MoveToNextChar, QWebPage::MoveToNextChar }, in editorActionForKeyEvent()
1856 case MoveToNextChar: in action()