Home
last modified time | relevance | path

Searched refs:ObjectContentNetscapePlugin (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFrameLoaderTypes.h81 ObjectContentNetscapePlugin, enumerator
DSubframeLoader.cpp320 …return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType … in shouldUsePlugin()
DFrameLoader.cpp1018 …uldPreferPlugInsForImages && plugInSupportsMIMEType ? WebCore::ObjectContentNetscapePlugin : WebCo… in defaultObjectContentType()
1021 return WebCore::ObjectContentNetscapePlugin; in defaultObjectContentType()
/external/webkit/Source/WebCore/html/
DHTMLPlugInImageElement.cpp104 …tentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin) in wouldLoadAsNetscapePlugin()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1290 return ObjectContentNetscapePlugin; in objectContentType()
1308 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()
1311 return ObjectContentNetscapePlugin; in objectContentType()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1521 …return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : Obje… in objectContentType()
1524 return ObjectContentNetscapePlugin; in objectContentType()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp392 return ObjectContentNetscapePlugin; in objectContentType()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1467 return ObjectContentNetscapePlugin;
1485 return ObjectContentNetscapePlugin;
1501 plugInType = ObjectContentNetscapePlugin;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1369 plugInType = ObjectContentNetscapePlugin; in objectContentType()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-14992 … Return ObjectContentNetscapePlugin and ObjectContentOtherPlugin depending on the plug-in type.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-149537 Add ObjectContentNetscapePlugin and ObjectContentOtherPlugin.