Home
last modified time | relevance | path

Searched refs:shouldUsePlugin (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h80 bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
DHTMLPlugInElement.cpp420 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
DHTMLObjectElement.cpp207 if (shouldUsePlugin(completedURL, serviceType, false, useFallback)) in parametersForPlugin()