Searched refs:shouldUsePlugin (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLPlugInElement.h | 80 bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
|
D | HTMLPlugInElement.cpp | 420 if (shouldUsePlugin(completedURL, mimeType, renderer->hasFallbackContent(), useFallback)) in requestObject() 465 bool HTMLPlugInElement::shouldUsePlugin(const KURL& url, const String& mimeType, bool hasFallback, … in shouldUsePlugin() function in WebCore::HTMLPlugInElement
|
D | HTMLObjectElement.cpp | 207 if (shouldUsePlugin(completedURL, serviceType, false, useFallback)) in parametersForPlugin()
|