Home
last modified time | relevance | path

Searched refs:ObjectContentNone (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFrameLoaderTypes.h78 ObjectContentNone, enumerator
DSubframeLoader.cpp319 useFallback = objectType == ObjectContentNone && hasFallback; in shouldUsePlugin()
320 …return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType … in shouldUsePlugin()
DFrameLoader.cpp1026 return WebCore::ObjectContentNone; in defaultObjectContentType()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1355 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()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp377 return ObjectContentNone; in objectContentType()
401 return ObjectContentNone; in objectContentType()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1497 ObjectContentType plugInType = ObjectContentNone;
1511 …return shouldPreferPlugInsForImages && plugInType != ObjectContentNone ? plugInType : ObjectConten…
1513 if (plugInType != ObjectContentNone)
1519 return ObjectContentNone;
1523 return ObjectContentNone;
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1529 return ObjectContentNone; in objectContentType()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1316 return ObjectContentNone; in objectContentType()
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1611106 …Don't return ObjectContentNone if the URL's extension can't be mapped to a MIME type. If the MIME …