Searched defs:appendQuotedURLAttributeValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp161 void MarkupAccumulator::appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString) function in class:WebCore::MarkupAccumulator
368 appendQuotedURLAttributeValue(out, element->document()->completeURL(attribute.value()).string());
370 appendQuotedURLAttributeValue(out, attribute.value());

Completed in 17 milliseconds