Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLObjectElement.cpp159 String urlParameter; in parametersForPlugin() local
177 …if (url.isEmpty() && urlParameter.isEmpty() && (equalIgnoringCase(name, "src") || equalIgnoringCas… in parametersForPlugin()
178 urlParameter = stripLeadingAndTrailingHTMLSpaces(p->value()); in parametersForPlugin()
218 if (url.isEmpty() && !urlParameter.isEmpty()) { in parametersForPlugin()
220 … if (loader->resourceWillUsePlugin(urlParameter, serviceType, shouldPreferPlugInsForImages())) in parametersForPlugin()
221 url = urlParameter; in parametersForPlugin()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659667 urlParameter.