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.h128 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
DHTMLPlugInElement.cpp127 && !wouldLoadAsNetscapePlugin(m_url, m_serviceType) in attach()
397 bool HTMLPlugInElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) in wouldLoadAsNetscapePlugin() function in WebCore::HTMLPlugInElement