Searched defs:focusNextPrevChild (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebview.cpp1084 bool QWebView::focusNextPrevChild(bool next) function in class:QWebView
1086 if (d->page && d->page->focusNextPrevChild(next))
1088 return QWidget::focusNextPrevChild(next);
H A Dqgraphicswebview.cpp1045 bool QGraphicsWebView::focusNextPrevChild(bool next) function in class:QGraphicsWebView
1048 return d->page->focusNextPrevChild(next);
1050 return QGraphicsWidget::focusNextPrevChild(next);
H A Dqwebpage.cpp2641 Similar to QWidget::focusNextPrevChild it focuses the next focusable web element
2646 bool QWebPage::focusNextPrevChild(bool next) function in class:QWebPage
2656 //qDebug() << "focusNextPrevChild(" << next << ") =" << ev.isAccepted() << "focusedNode?" << hasFocusedNode;

Completed in 129 milliseconds