Home | History | Annotate | Download | only in Api

Lines Matching refs:findAll

82     Specific elements can be accessed using findAll() and findFirst(). These
84 demonstrates the use of findAll().
86 \snippet webkitsnippets/webelement/main.cpp FindAll
92 Using findFirst() is more efficient than calling findAll(), and extracting
238 QWebElementCollection QWebElement::findAll(const QString &selectorQuery) const
251 \sa findAll()
1564 Elements in a document can be selected using QWebElement::findAll() or using the
1575 QWebElementCollection collection = document.findAll("p");