Home
last modified time | relevance | path

Searched refs:selectedTextAsOneLine (Results 1 – 2 of 2) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_ext.h136 static QString selectedTextAsOneLine(KHTMLPart *part);
H A Dkhtml_ext.cpp421 QString selectedTextURL = selectedTextAsOneLine(d->m_khtml); in KHTMLPopupGUIClient()
665 QString KHTMLPopupGUIClient::selectedTextAsOneLine(KHTMLPart *part) in selectedTextAsOneLine() function in KHTMLPopupGUIClient
680 QUrl url(selectedTextAsOneLine(d->m_khtml)); in openSelection()