Searched refs:appendQuotedURLAttributeValue (Results 1 - 2 of 2) 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());
H A DMarkupAccumulator.h82 void appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString);

Completed in 15 milliseconds