Searched refs:plugInType (Results 1 – 2 of 2) sorted by relevance
1367 ObjectContentType plugInType = ObjectContentNone; in objectContentType() local1369 plugInType = ObjectContentNetscapePlugin; in objectContentType()1371 plugInType = ObjectContentOtherPlugin; in objectContentType()1374 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten… in objectContentType()1376 if (plugInType != ObjectContentNone) in objectContentType()1377 return plugInType; in objectContentType()
1497 ObjectContentType plugInType = ObjectContentNone;1501 plugInType = ObjectContentNetscapePlugin;1506 plugInType = ObjectContentOtherPlugin;1511 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten…1513 if (plugInType != ObjectContentNone)1514 return plugInType;