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

/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.h83 bool requestPlugin(HTMLPlugInImageElement*, const KURL&, const String& serviceType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback);
H A DSubframeLoader.cpp102 bool SubframeLoader::requestPlugin(HTMLPlugInImageElement* ownerElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) function in class:WebCore::SubframeLoader
141 return requestPlugin(ownerElement, completedURL, mimeType, paramNames, paramValues, useFallback);

Completed in 50 milliseconds