Home
last modified time | relevance | path

Searched refs:setHtml (Results 1 – 20 of 20) sorted by relevance

/external/webkit/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp104 m_mainFrame->setHtml(html); in textHtml()
117 m_mainFrame->setHtml(html); in simpleCollection()
128 m_mainFrame->setHtml("<body><p>Test"); in attributes()
193 m_mainFrame->setHtml("<body><p class=\"a b c d a c\">Test"); in classes()
279 m_mainFrame->setHtml(html); in iteration()
314 m_mainFrame->setHtml(html); in nonConstIterator()
330 m_mainFrame->setHtml(html); in constIterator()
345 m_mainFrame->setHtml(html); in foreachManipulation()
365 m_mainFrame->setHtml(html); in appendCollection()
395 m_mainFrame->setHtml("<body><p>test"); in evaluateJavaScript()
[all …]
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp179 …m_view->setHtml(QString("<html><body><form name='tstform' action='data:text/html,foo'method='get'>" in acceptNavigationRequest()
212 m_view->setHtml(QString("<html><bodytest</body></html>"), QUrl()); in infiniteLoopJS()
223 m_view->setHtml(QString("data:text/html,<frameset cols=\"25%,75%\"><frame src=\"data:text/html," in loadFinished()
233 m_view->setHtml(QString("data:text/html,<frameset cols=\"25%,75%\"><frame src=\"data:text/html," in loadFinished()
346 m_view->setHtml("<p>hello world</p>"); in userStyleSheet()
412 view.setHtml("<p>test"); in contextMenuCrash()
443 …m_view->setHtml(QString("<html><head><script>var db; db=openDatabase('testdb', '1.0', 'test databa… in database()
449 …m_view->setHtml(QString("<html><body id='b'>text</body></html>"), QUrl("http://www.myexample.com")… in database()
455 …m_view->setHtml(QString("<html><body id='b'>text</body></html>"), QUrl("http://www.myexample.com")… in database()
459 …m_view->setHtml(QString("<html><head></head><body><div></div></body></html>"), QUrl("http://www.my… in database()
[all …]
/external/webkit/WebKit/qt/tests/qgraphicswebview/
Dtst_qgraphicswebview.cpp51 item.setHtml(QString()); in qgraphicswebview()
96 page->mainFrame()->setHtml(QString("data:text/html," in crashOnViewlessWebPages()
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp558 void setHtml();
2172 m_view->setHtml("<html><body>"); in domCycles()
2312 frame->setHtml(html); in javaScriptWindowObjectCleared()
2323 frame->setHtml("<html></html>"); in javaScriptWindowObjectClearedOnEvaluate()
2332 void tst_QWebFrame::setHtml() in setHtml() function in tst_QWebFrame
2335 m_view->page()->mainFrame()->setHtml(html); in setHtml()
2348 frame->setHtml(html); in setHtmlWithResource()
2367 frame->setHtml(html2); in setHtmlWithResource()
2390 frame->setHtml(html, QUrl::fromLocalFile(TESTS_SOURCE_DIR)); in setHtmlWithBaseURL()
2425 m_view->setHtml("<p>Hi", baseUrl); in ipv6HostEncoding()
[all …]
/external/webkit/WebKit/qt/docs/webkitsnippets/webelement/
Dmain.cpp31 frame->setHtml("<html><body><p>First Paragraph</p><p>Second Paragraph</p></body></html>"); in traverse()
/external/webkit/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp88 m_view->setHtml("<html><body><a href='http://www.trolltech.com'>Trolltech</a></body></html>"); in visitedLinks()
/external/webkit/WebCore/platform/qt/
DPasteboardQt.cpp71 md->setHtml(html); in writeSelection()
DClipboardQt.cpp286 m_writableData->setHtml(createMarkup(range, 0, AnnotateForInterchange)); in writeRange()
/external/webkit/WebKit/qt/Api/
Dqgraphicswebview.h70 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
Dqwebview.h65 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
Dqwebview.cpp453 void QWebView::setHtml(const QString &html, const QUrl &baseUrl) in setHtml() function in QWebView
455 page()->mainFrame()->setHtml(html, baseUrl); in setHtml()
Dqwebframe.h127 void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
Dqgraphicswebview.cpp816 void QGraphicsWebView::setHtml(const QString& html, const QUrl& baseUrl) in setHtml() function in QGraphicsWebView
818 page()->mainFrame()->setHtml(html, baseUrl); in setHtml()
Dqwebframe.cpp871 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl) in setHtml() function in QWebFrame
/external/webkit/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp137 mainFrame->setHtml(html, QUrl::fromLocalFile(TESTS_SOURCE_DIR)); in reusePage()
/external/webkit/WebKit/qt/symbian/bwins/
DQtWebKitu.def467 …?setHtml@QGraphicsWebView@@QAEXABVQString@@ABVQUrl@@@Z @ 466 NONAME ; void QGraphicsWebView::setHt…
468 …?setHtml@QWebFrame@@QAEXABVQString@@ABVQUrl@@@Z @ 467 NONAME ; void QWebFrame::setHtml(class QStri…
469 …?setHtml@QWebView@@QAEXABVQString@@ABVQUrl@@@Z @ 468 NONAME ; void QWebView::setHtml(class QString…
/external/webkit/WebKit/qt/
DChangeLog2247 toHtml() is called less frequently than setHtml().
3699 Make QWebFrame's setHtml and setContent methods to not change
3703 (QWebFrame::setHtml):
4309 (QWebGraphicsItem::setHtml):
6778 …Fix setHtml test case by adding <head> tag to the expected result. This tag is automatically added…
6922 After commit rev @43215, setHtml() without a <head> tag,
7363 Rename QWebElement::setHtml and html to setXml and toXml respectivily.
7484 Document that setHtml/setContent loads only the html/data immediately, not external objects.
7877 (QWebFrame::setHtml):
10155 Fix QWebFrame::setHtml() not setting the new contents immediately.
[all …]
/external/webkit/WebKitTools/
DChangeLog-2009-06-169603 Moved QWebPage::open to QWebFrame::load and added setHtml.
/external/webkit/WebCore/
DChangeLog-2008-08-1025189 Fix crash when setHtml gets called from slots connected to QWebPage::unsupportedContent
25199 We are in a policy check, the download() call will call setHtml, which will start loading
DChangeLog-2009-06-1697135 Fix QWebFrame::setHtml() not setting the new contents immediately.
97141 as used by QWebFrame::setHtml.