Searched refs:plugInSupportsMIMEType (Results 1 – 3 of 3) sorted by relevance
1518 bool plugInSupportsMIMEType = pluginData && pluginData->supportsMimeType(mimeType); in objectContentType() local1521 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()1523 if (plugInSupportsMIMEType) in objectContentType()
1299 bool plugInSupportsMIMEType = false; in objectContentType() local1303 plugInSupportsMIMEType = true; in objectContentType()1308 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()1310 if (plugInSupportsMIMEType) in objectContentType()
1012 … bool plugInSupportsMIMEType = PluginDatabase::installedPlugins()->isMIMETypeRegistered(mimeType); in defaultObjectContentType() local1014 bool plugInSupportsMIMEType = false; in defaultObjectContentType() local1018 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? WebCore::ObjectContentNetscapePlug… in defaultObjectContentType()1020 if (plugInSupportsMIMEType) in defaultObjectContentType()