Searched refs:setHtml (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp105 m_mainFrame->setHtml(html);
118 m_mainFrame->setHtml(html);
129 m_mainFrame->setHtml("<body><p>Test");
194 m_mainFrame->setHtml("<body><p class=\"a b c d a c\">Test");
280 m_mainFrame->setHtml(html);
315 m_mainFrame->setHtml(html);
331 m_mainFrame->setHtml(html);
346 m_mainFrame->setHtml(html);
366 m_mainFrame->setHtml(html);
396 m_mainFrame->setHtml("<bod
[all...]
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
H A Dmain.cpp31 frame->setHtml("<html><body><p>First Paragraph</p><p>Second Paragraph</p></body></html>");
42 frame->setHtml("<form name=\"myform\" action=\"submit_form.asp\" method=\"get\">"
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
H A Dtst_qwebhistoryinterface.cpp89 m_view->setHtml("<html><style>:link{color:green}:visited{color:red}</style><body><a href='http://www.trolltech.com' id='vlink'>Trolltech</a></body></html>");
/external/webkit/Tools/DumpRenderTree/qt/
H A DWorkQueueItemQt.cpp72 frame->setHtml(m_content, QUrl(m_baseURL));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp213 m_view->setHtml(QString("<html><body><form name='tstform' action='data:text/html,foo'method='get'>"
262 m_view->setHtml(QString("<html><body>test</body></html>"), QUrl());
281 m_view->setHtml(QString("<html><body>test</body></html>"), QUrl());
428 m_view->setHtml("<p>hello world</p>");
439 m_view->setHtml("<p><video id ='video' src='" + url + "' autoplay/></p>");
450 m_view->setHtml("<body></body>");
523 view.setHtml("<p>test");
539 view.setHtml("<p>test");
573 m_view->setHtml(QString("<html><head><script>var db; db=openDatabase('testdb', '1.0', 'test database API', 50000); </script></head><body><div></div></body></html>"), QUrl("http://www.myexample.com"));
579 m_view->setHtml(QStrin
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp621 void setHtml();
771 m_page->mainFrame()->setHtml("<html><head><body></body></html>");
2295 m_view->setHtml("<html><body>");
2461 frame->setHtml(html);
2472 frame->setHtml("<html></html>");
2481 void tst_QWebFrame::setHtml() function in class:tst_QWebFrame
2485 m_view->page()->mainFrame()->setHtml(html);
2499 frame->setHtml(html);
2518 frame->setHtml(html2);
2541 frame->setHtml(htm
[all...]
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp74 item.setHtml(QString());
170 webView->setHtml(QLatin1String("<body style=\"background-color: white\"><input type=range></input><input type=checkbox></input><input type=radio></input><input type=file></input></body>"));
240 page->mainFrame()->setHtml("<html><body>" \
344 controlWebView.setHtml(html);
372 webView1.setHtml(html);
428 webView2.setHtml(html);
/external/webkit/Source/WebCore/platform/qt/
H A DClipboardQt.cpp179 m_writableData->setHtml(QString(data));
302 m_writableData->setHtml(createMarkup(element, IncludeNode, 0, AbsoluteURLs));
335 m_writableData->setHtml(createMarkup(range, 0, AnnotateForInterchange, false, AbsoluteURLs));
H A DPasteboardQt.cpp73 md->setHtml(markup);
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp152 mainFrame->setHtml(html, QUrl::fromLocalFile(TESTS_SOURCE_DIR));
219 page->mainFrame()->setHtml("<html><body>" \
357 controlView.setHtml(html);
379 view1.setHtml(html);
426 view2.setHtml(html);
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h77 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
78 // FIXME: Consider rename to setHtml?
H A Dqwebview.h67 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
H A Dqwebframe.h130 void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
H A Dqgraphicswebview.cpp750 void QGraphicsWebView::setHtml(const QString& html, const QUrl& baseUrl) function in class:QGraphicsWebView
752 page()->mainFrame()->setHtml(html, baseUrl);
764 \sa load(), setHtml(), QWebFrame::toHtml()
H A Dqwebview.cpp238 the HTML content readily available, you can use setHtml() instead.
474 void QWebView::setHtml(const QString &html, const QUrl &baseUrl) function in class:QWebView
476 page()->mainFrame()->setHtml(html, baseUrl);
488 \sa load(), setHtml(), QWebFrame::toHtml()
H A Dqwebframe.cpp483 the HTML content readily available, you can use setHtml() instead.
653 \sa setHtml(), toPlainText()
865 \sa setUrl(), setHtml(), setContent()
965 void QWebFrame::setHtml(const QString &html, const QUrl &baseUrl) function in class:QWebFrame
986 \sa toHtml(), setHtml()
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h98 Q_PROPERTY(QString html READ html WRITE setHtml NOTIFY htmlChanged)
173 void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
H A Dqdeclarativewebview.cpp297 setHtml(d->pendingString, d->pendingUrl);
837 void QDeclarativeWebView::setHtml(const QString& html, const QUrl& baseUrl) function in class:QDeclarativeWebView
841 page()->mainFrame()->setHtml(html, baseUrl);
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp42 void setHtml();
439 void tst_QDeclarativeWebView::setHtml() function in class:tst_QDeclarativeWebView
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp371 page.mainFrame()->setHtml("<html><body>long live Qt!</body></html>");

Completed in 3199 milliseconds