Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dhtmldocextractor.h75 static void stripTagsStyles(QString *html);
H A Dhtmldocextractor.cpp264 stripTagsStyles(html); in processOutput()
296 void HtmlDocExtractor::stripTagsStyles(QString *html) in stripTagsStyles() function in Utils::HtmlDocExtractor