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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLObjectElement.cpp152 String urlParameter; local
166 if (url.isEmpty() && urlParameter.isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "code") || equalIgnoringCase(name, "url")))
167 urlParameter = stripLeadingAndTrailingHTMLSpaces(p->value());
205 if (url.isEmpty() && !urlParameter.isEmpty()) {
206 KURL completedURL = document().completeURL(urlParameter);
209 url = urlParameter;

Completed in 81 milliseconds