Searched defs:QWebElementCollection (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.h55 class QWebElementCollection;
70 QWebElementCollection findAll(const QString &selectorQuery) const;
117 // TODO: Add QWebElementCollection overloads
169 friend class QWebElementCollection;
186 class QWEBKIT_EXPORT QWebElementCollection class
189 QWebElementCollection();
190 QWebElementCollection(const QWebElement &contextElement, const QString &query);
191 QWebElementCollection(const QWebElementCollection &);
192 QWebElementCollection
[all...]
H A Dqwebelement.cpp238 QWebElementCollection QWebElement::findAll(const QString &selectorQuery) const
240 return QWebElementCollection(*this, selectorQuery);
1559 \class QWebElementCollection
1561 \brief The QWebElementCollection class represents a collection of web elements.
1575 QWebElementCollection collection = document.findAll("p");
1585 QWebElementCollection::QWebElementCollection() function in class:QWebElementCollection
1592 QWebElementCollection::QWebElementCollection(const QWebElementCollection function in class:QWebElementCollection
1601 QWebElementCollection::QWebElementCollection(const QWebElement &contextElement, const QString &query) function in class:QWebElementCollection
[all...]

Completed in 70 milliseconds