Home
last modified time | relevance | path

Searched refs:plugInType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1367 ObjectContentType plugInType = ObjectContentNone; in objectContentType() local
1369 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()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1497 ObjectContentType plugInType = ObjectContentNone;
1501 plugInType = ObjectContentNetscapePlugin;
1506 plugInType = ObjectContentOtherPlugin;
1511 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten…
1513 if (plugInType != ObjectContentNone)
1514 return plugInType;