Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h110 String resolveURLIfNeeded(const Element&, const String&) const;
DMarkupAccumulator.cpp152 String MarkupAccumulator::resolveURLIfNeeded(const Element& element, const String& urlString) const in resolveURLIfNeeded() function in blink::MarkupAccumulator
212 const String resolvedURLString = resolveURLIfNeeded(element, attribute.value()); in appendQuotedURLAttributeValue()