Home | History | Annotate | Download | only in qwebelement

Lines Matching refs:QWebElementCollection

121     QWebElementCollection list = body.findAll("p");
283 QWebElementCollection paras = body.findAll("p");
317 QWebElementCollection paras = body.findAll("p");
319 QWebElementCollection::iterator it = paras.begin();
333 const QWebElementCollection paras = body.findAll("p");
335 QWebElementCollection::const_iterator it = paras.begin();
358 QWebElementCollection emptyCollection;
369 QWebElementCollection collection = body.findAll("p");
378 QWebElementCollection all = collection + body.findAll("span.b");
386 QWebElementCollection test;
389 test.append(QWebElementCollection());
885 QWebElementCollection collection = m_mainFrame->findAllElements("invalid{syn(tax;;%#$f223e>>");
927 QWebElementCollection inputs = m_mainFrame->documentElement().findAll("input");
966 QWebElementCollection imgs = page.mainFrame()->findAllElements("img");
1000 QWebElementCollection tables = page.mainFrame()->findAllElements("table");