Home | History | Annotate | Download | only in loader

Lines Matching defs:paramNames

102 bool SubframeLoader::requestPlugin(HTMLPlugInImageElement* ownerElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback)
121 return loadPlugin(ownerElement, url, mimeType, paramNames, paramValues, useFallback);
124 bool SubframeLoader::requestObject(HTMLPlugInImageElement* ownerElement, const String& url, const AtomicString& frameName, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues)
141 return requestPlugin(ownerElement, completedURL, mimeType, paramNames, paramValues, useFallback);
151 const Vector<String>& paramNames, const Vector<String>& paramValues)
176 paramNames, paramValues, "application/x-media-element-proxy-plugin");
192 Vector<String> paramNames;
200 paramNames.append(it->first);
218 widget = m_frame->loader()->client()->createJavaAppletWidget(size, element, baseURL, paramNames, paramValues);
329 const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback)
348 pluginElement, url, paramNames, paramValues, mimeType, loadManually);