HomeSort by relevance Sort by last modified time
    Searched refs:setHtml (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 105 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("<body><p>test")
    [all...]
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
main.cpp 31 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/
tst_qwebhistoryinterface.cpp 89 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/
WorkQueueItemQt.cpp 72 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/
ant-antlr.jar 
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 213 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(QString("<html><body id='b'>text</body></html>"), QUrl("http://www.myexample.com"))
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 621 void setHtml();
771 m_page->mainFrame()->setHtml("<html><head><body></body></html>");
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 74 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/
ClipboardQt.cpp 179 m_writableData->setHtml(QString(data));
302 m_writableData->setHtml(createMarkup(element, IncludeNode, 0, AbsoluteURLs));
335 m_writableData->setHtml(createMarkup(range, 0, AnnotateForInterchange, false, AbsoluteURLs));
PasteboardQt.cpp 73 md->setHtml(markup);
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 152 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/
qgraphicswebview.h 77 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
78 // FIXME: Consider rename to setHtml?
qwebview.h 67 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
qwebframe.h 130 void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
qgraphicswebview.cpp 750 void QGraphicsWebView::setHtml(const QString& html, const QUrl& baseUrl)
752 page()->mainFrame()->setHtml(html, baseUrl);
764 \sa load(), setHtml(), QWebFrame::toHtml()
qwebview.cpp 238 the HTML content readily available, you can use setHtml() instead.
474 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
476 page()->mainFrame()->setHtml(html, baseUrl);
488 \sa load(), setHtml(), QWebFrame::toHtml()
    [all...]
qwebframe.cpp 483 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)
986 \sa toHtml(), setHtml()
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 98 Q_PROPERTY(QString html READ html WRITE setHtml NOTIFY htmlChanged)
173 void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
qdeclarativewebview.cpp 297 setHtml(d->pendingString, d->pendingUrl);
837 void QDeclarativeWebView::setHtml(const QString& html, const QUrl& baseUrl)
841 page()->mainFrame()->setHtml(html, baseUrl);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 42 void setHtml();
439 void tst_QDeclarativeWebView::setHtml()
442 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/sethtml.qml"));
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 371 page.mainFrame()->setHtml("<html><body>long live Qt!</body></html>");
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 730 public void setHtml(String html) {
731 mConverter.SetHtml(html);
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 327 milliseconds