Searched refs:selectedHtml (Results 1 – 7 of 7) sorted by relevance
47 Q_PROPERTY(QString selectedHtml READ selectedHtml)80 QString selectedHtml() const;
75 Q_PROPERTY(QString selectedHtml READ selectedHtml)276 QString selectedHtml() const;
613 QString QWebView::selectedHtml() const in selectedHtml() function in QWebView616 return d->page->selectedHtml(); in selectedHtml()
2701 QString QWebPage::selectedHtml() const in selectedHtml() function in QWebPage
992 …QCOMPARE(page->selectedHtml().trimmed().replace(regExp, ""), QString::fromLatin1("<span class=\"Ap… in cursorMovements()1225 …QCOMPARE(page->selectedHtml().trimmed().replace(regExp, ""), QString::fromLatin1("<span class=\"Ap… in textSelection()2449 webPage.selectedHtml(); in crashTests_LazyInitializationOfMainFrame()2674 QVERIFY(!m_page->selectedHtml().isEmpty()); in findText()2677 QVERIFY(m_page->selectedHtml().isEmpty()); in findText()2684 …QCOMPARE(m_page->selectedHtml().trimmed().replace(regExp, ""), QString("<span class=\"Apple-style-… in findText()2687 QVERIFY(m_page->selectedHtml().isEmpty()); in findText()
53 Ignores the style attribute that selectedHtml() returns.
981 [Qt] Add selectedHtml function to QWebView984 Add QWebView::selectedHtml() and QWebPage::selectedHtml()988 (QWebPage::selectedHtml):992 (QWebView::selectedHtml):