Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h132 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
DHTMLPlugInElement.cpp136 && !wouldLoadAsNetscapePlugin(m_url, m_serviceType) in attach()
434 bool HTMLPlugInElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) in wouldLoadAsNetscapePlugin() function in blink::HTMLPlugInElement