Searched refs:strippedHref (Results 1 - 1 of 1) sorted by last modified time

/external/webkit/Source/WebCore/dom/
H A DDocument.cpp2373 String strippedHref = stripLeadingAndTrailingHTMLSpaces(*href); local
2374 if (!strippedHref.isEmpty())
2375 baseElementURL = KURL(url(), strippedHref);

Completed in 104 milliseconds