Searched refs:encloseWith (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp67 void encloseWith();
322 (*it).encloseWith("<div>");
830 void tst_QWebElement::encloseWith() function in class:tst_QWebElement
849 body.findFirst("p").encloseWith("<br>");
853 body.findFirst("div").encloseWith(body.findFirst("span").clone());
858 body.findFirst("div").encloseWith("<code></code>");
877 body.findFirst("em").encloseWith(snippet);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.h137 void encloseWith(const QString& markup);
138 void encloseWith(const QWebElement& element);
H A Dqwebelement.cpp1275 \sa encloseWith()
1306 \sa encloseWith()
1351 void QWebElement::encloseWith(const QWebElement &element) function in class:QWebElement
1383 void QWebElement::encloseWith(const QString &markup) function in class:QWebElement
1426 \sa encloseWith()
1442 \sa encloseWith()

Completed in 67 milliseconds