HomeSort by relevance Sort by last modified time
    Searched refs:parametersForPlugin (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLEmbedElement.h 54 void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues);
HTMLObjectElement.h 94 void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
HTMLEmbedElement.cpp 126 void HTMLEmbedElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues)
165 parametersForPlugin(paramNames, paramValues);
HTMLObjectElement.cpp 156 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
273 parametersForPlugin(paramNames, paramValues, url, serviceType);
275 // Note: url is modified above by parametersForPlugin.

Completed in 8271 milliseconds