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

/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.cpp159 String urlParameter; local
177 if (url.isEmpty() && urlParameter.isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "code") || equalIgnoringCase(name, "url")))
178 urlParameter = stripLeadingAndTrailingHTMLSpaces(p->value());
218 if (url.isEmpty() && !urlParameter.isEmpty()) {
220 if (loader->resourceWillUsePlugin(urlParameter, serviceType, shouldPreferPlugInsForImages()))
221 url = urlParameter;

Completed in 130 milliseconds