Searched refs:strippedHref (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2859 String strippedHref = stripLeadingAndTrailingHTMLSpaces(*href); local
2860 if (!strippedHref.isEmpty())
2861 baseElementURL = KURL(url(), strippedHref);

Completed in 915 milliseconds