Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp168 String strippedURLString = urlString.stripWhiteSpace(); in appendQuotedURLAttributeValue() local
169 if (protocolIsJavaScript(strippedURLString)) { in appendQuotedURLAttributeValue()
171 if (strippedURLString.contains('"')) { in appendQuotedURLAttributeValue()
172 if (strippedURLString.contains('\'')) in appendQuotedURLAttributeValue()
173 strippedURLString.replace('\"', """); in appendQuotedURLAttributeValue()
178 append(result, strippedURLString); in appendQuotedURLAttributeValue()