HomeSort by relevance Sort by last modified time
    Searched defs:QWebElementCollection (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/qt/Api/
qwebelement.h 40 class QWebElementCollection;
55 QWebElementCollection findAll(const QString &selectorQuery) const;
102 // TODO: Add QWebElementCollection overloads
152 friend class QWebElementCollection;
163 class QWEBKIT_EXPORT QWebElementCollection
166 QWebElementCollection();
167 QWebElementCollection(const QWebElement &contextElement, const QString &query);
168 QWebElementCollection(const QWebElementCollection &);
169 QWebElementCollection &operator=(const QWebElementCollection &)
    [all...]
qwebelement.cpp 211 QWebElementCollection QWebElement::findAll(const QString &selectorQuery) const
213 return QWebElementCollection(*this, selectorQuery);
    [all...]

Completed in 49 milliseconds