Home
last modified time | relevance | path

Searched refs:encloseWith (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp67 void encloseWith();
322 (*it).encloseWith("<div>"); in nonConstIterator()
830 void tst_QWebElement::encloseWith() in encloseWith() function in tst_QWebElement
849 body.findFirst("p").encloseWith("<br>"); in encloseWith()
853 body.findFirst("div").encloseWith(body.findFirst("span").clone()); in encloseWith()
858 body.findFirst("div").encloseWith("<code></code>"); in encloseWith()
877 body.findFirst("em").encloseWith(snippet); in encloseWith()
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.h137 void encloseWith(const QString& markup);
138 void encloseWith(const QWebElement& element);
Dqwebelement.cpp1351 void QWebElement::encloseWith(const QWebElement &element) in encloseWith() function in QWebElement
1383 void QWebElement::encloseWith(const QString &markup) in encloseWith() function in QWebElement
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def156 …?encloseWith@QWebElement@@QAEXABV1@@Z @ 155 NONAME ; void QWebElement::encloseWith(class QWebEleme…
157 …?encloseWith@QWebElement@@QAEXABVQString@@@Z @ 156 NONAME ; void QWebElement::encloseWith(class QS…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-162070 (QWebElement::encloseWith): Ditto.
4860 (QWebElement::encloseWith):
17342 (QWebElement::encloseWith):
17412 (QWebElement::encloseWith):
17416 (tst_QWebElement::encloseWith):
17536 Implement encloseContentsWith and rename wrap to encloseWith.
17538 Also in encloseWith, make sure that you cannot enclose with
17543 (QWebElement::encloseWith):
17547 (tst_QWebElement::encloseWith):