Searched refs:ObjectContentImage (Results 1 – 8 of 8) sorted by relevance
79 ObjectContentImage, enumerator
1018 …ges && plugInSupportsMIMEType ? WebCore::ObjectContentNetscapePlugin : WebCore::ObjectContentImage; in defaultObjectContentType()
63 …jectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage; in isImageType()
388 return ObjectContentImage; in objectContentType()
1521 …referPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage; in objectContentType()
1308 …referPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage; in objectContentType()
1374 … shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectContentImage; in objectContentType()
1511 … shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectContentImage;