Searched refs:findFirst (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 619 QWebElement body = m_mainFrame->documentElement().findFirst("body"); in appendAndPrepend() 622 body.appendInside(body.findFirst("p")); in appendAndPrepend() 624 QCOMPARE(body.findFirst("p").toPlainText(), QString("bar")); in appendAndPrepend() 627 body.appendInside(body.findFirst("p").clone()); in appendAndPrepend() 629 QCOMPARE(body.findFirst("p").toPlainText(), QString("bar")); in appendAndPrepend() 634 QCOMPARE(body.findFirst("p").toPlainText(), QString("foo")); in appendAndPrepend() 636 body.findFirst("p").appendInside("<div>booyakasha</div>"); in appendAndPrepend() 638 QCOMPARE(body.findFirst("p div").toPlainText(), QString("booyakasha")); in appendAndPrepend() 640 body.findFirst("div").prependInside("<code>yepp</code>"); in appendAndPrepend() 642 QCOMPARE(body.findFirst("p div code").toPlainText(), QString("yepp")); in appendAndPrepend() [all …]
|
/external/webkit/WebKit/qt/Api/ |
D | qwebelement.h | 56 QWebElement findFirst(const QString &selectorQuery) const;
|
D | qwebelement.cpp | 226 QWebElement QWebElement::findFirst(const QString &selectorQuery) const in findFirst() function in QWebElement
|
D | qwebframe.cpp | 1334 return documentElement().findFirst(selectorQuery); in findFirstElement()
|
/external/webkit/WebKit/android/nav/ |
D | SelectText.cpp | 1137 static SkIRect findFirst(const SkPicture& picture, int* base) in findFirst() function 1510 m_selStart = findFirst(*picture, &m_startBase); in selectAll()
|
/external/webkit/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 175 …?findFirst@QWebElement@@QBE?AV1@ABVQString@@@Z @ 174 NONAME ; class QWebElement QWebElement::findF…
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2843 QWebElement div = webPage->mainFrame()->documentElement().findFirst("#content1"); in scrollRecursively()
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 5445 Clean up documentation of QWebElement's findFirst and findAll functions, 7150 * Fix argument names of findAll/findFirst 7165 (QWebElement::findFirst): 7400 [Qt] Rename DOM API select function to findFirst, findAll, etc. 7404 (QWebElement::findFirst):
|