Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderTypes.h65 ObjectContentNetscapePlugin, enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp403 …tentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin; in wouldLoadAsNetscapePlugin()
481 …return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType … in shouldUsePlugin()
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.cpp711 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()
714 return ObjectContentNetscapePlugin; in objectContentType()