Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h125 MoveToNextLine, enumerator
Dqwebpage.cpp607 updateAction(QWebPage::MoveToNextLine); in updateEditorActions()
865 { QKeySequence::MoveToNextLine, QWebPage::MoveToNextLine }, in editorActionForKeyEvent()
2814 case MoveToNextLine: in action()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp999 QVERIFY(page->action(QWebPage::MoveToNextLine) != 0); in cursorMovements()
1013 QCOMPARE(page->action(QWebPage::MoveToNextLine)->isEnabled(), false); in cursorMovements()
1030 QCOMPARE(page->action(QWebPage::MoveToNextLine)->isEnabled(), true); in cursorMovements()