Searched refs:plugInSupportsMIMEType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1299 bool plugInSupportsMIMEType = false;
1303 plugInSupportsMIMEType = true;
1308 return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage;
1310 if (plugInSupportsMIMEType)
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1518 bool plugInSupportsMIMEType = pluginData && pluginData->supportsMimeType(mimeType); local
1521 return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage;
1523 if (plugInSupportsMIMEType)
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1012 bool plugInSupportsMIMEType = PluginDatabase::installedPlugins()->isMIMETypeRegistered(mimeType);
1014 bool plugInSupportsMIMEType = false;
1018 return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? WebCore::ObjectContentNetscapePlugin : WebCore::ObjectContentImage;
1020 if (plugInSupportsMIMEType)

Completed in 663 milliseconds