Searched refs:ObjectContentNetscapePlugin (Results 1 – 11 of 11) sorted by relevance
81 ObjectContentNetscapePlugin, enumerator
320 …return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType … in shouldUsePlugin()
1018 …uldPreferPlugInsForImages && plugInSupportsMIMEType ? WebCore::ObjectContentNetscapePlugin : WebCo… in defaultObjectContentType()1021 return WebCore::ObjectContentNetscapePlugin; in defaultObjectContentType()
104 …tentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin) in wouldLoadAsNetscapePlugin()
1290 return ObjectContentNetscapePlugin; in objectContentType()1308 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()1311 return ObjectContentNetscapePlugin; in objectContentType()
1521 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()1524 return ObjectContentNetscapePlugin; in objectContentType()
392 return ObjectContentNetscapePlugin; in objectContentType()
1467 return ObjectContentNetscapePlugin;1485 return ObjectContentNetscapePlugin;1501 plugInType = ObjectContentNetscapePlugin;
1369 plugInType = ObjectContentNetscapePlugin; in objectContentType()
992 … Return ObjectContentNetscapePlugin and ObjectContentOtherPlugin depending on the plug-in type.
9537 Add ObjectContentNetscapePlugin and ObjectContentOtherPlugin.