Home
last modified time | relevance | path

Searched refs:pluginIsLoadable (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h131 bool pluginIsLoadable(const KURL&, const String& mimeType);
DHTMLPlugInElement.cpp455 if (!pluginIsLoadable(completedURL, mimeType)) in requestObject()
543 bool HTMLPlugInElement::pluginIsLoadable(const KURL& url, const String& mimeType) in pluginIsLoadable() function in blink::HTMLPlugInElement