Searched refs:ObjectContentNone (Results 1 – 9 of 9) sorted by relevance
78 ObjectContentNone, enumerator
319 useFallback = objectType == ObjectContentNone && hasFallback; in shouldUsePlugin()320 …return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType … in shouldUsePlugin()
1026 return WebCore::ObjectContentNone; in defaultObjectContentType()
1355 return ObjectContentNone; in objectContentType()1367 ObjectContentType plugInType = ObjectContentNone; in objectContentType()1374 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten… in objectContentType()1376 if (plugInType != ObjectContentNone) in objectContentType()1385 return ObjectContentNone; in objectContentType()
377 return ObjectContentNone; in objectContentType()401 return ObjectContentNone; in objectContentType()
1497 ObjectContentType plugInType = ObjectContentNone;1511 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten…1513 if (plugInType != ObjectContentNone)1519 return ObjectContentNone;1523 return ObjectContentNone;
1529 return ObjectContentNone; in objectContentType()
1316 return ObjectContentNone; in objectContentType()
11106 …Don't return ObjectContentNone if the URL's extension can't be mapped to a MIME type. If the MIME …