Searched refs:mimeTypes (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/loader/archive/
H A DArchiveFactory.cpp59 DEFINE_STATIC_LOCAL(ArchiveMIMETypesMap, mimeTypes, ());
63 return mimeTypes;
66 mimeTypes.set("application/x-webarchive", archiveFactoryCreate<LegacyWebArchive>);
68 mimeTypes.set("application/x-webarchive-xml", archiveFactoryCreate<WebArchiveAndroid>);
72 return mimeTypes;
88 HashSet<String>& mimeTypes = MIMETypeRegistry::getSupportedNonImageMIMETypes(); local
93 mimeTypes.add(i->first);
/external/webkit/Tools/DumpRenderTree/qt/
H A Dtestplugin.cpp48 plugin.mimeTypes.append(mimeType);
55 plugin.mimeTypes.append(mimeType);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebpluginprivate.h42 GSList* mimeTypes; member in struct:_WebKitWebPluginPrivate
H A Dwebkitwebplugin.cpp68 g_slist_foreach(priv->mimeTypes, (GFunc)freeMIMEType, 0);
69 g_slist_free(priv->mimeTypes);
124 plugin->priv->mimeTypes = 0;
232 if (priv->mimeTypes)
233 return priv->mimeTypes;
248 priv->mimeTypes = g_slist_append(priv->mimeTypes, mimeType);
251 return priv->mimeTypes;
/external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp74 QList<MimeType> mimeTypes; local
85 mimeTypes.append(mimeType);
89 QCOMPARE(plugin.mimeTypes(), mimeTypes);
181 QList<MimeType> mimeTypes = plugin.mimeTypes(); local
182 for (int j = 0; j < mimeTypes.count(); ++j) {
183 QString mimeType = mimeTypes.at(j).name;
192 QList<MimeType> mimeTypes = plugin.mimeTypes(); local
222 QList<MimeType> mimeTypes = plugin.mimeTypes(); local
312 QList<MimeType> mimeTypes = plugin.mimeTypes(); local
368 QStringList mimeTypes = pluginsMap.uniqueKeys(); local
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase_p.h50 QList<MimeType> mimeTypes() const;
H A Dqwebpluginfactory.h48 QList<MimeType> mimeTypes; member in struct:QWebPluginFactory::Plugin
H A Dqwebplugindatabase.cpp44 supports (can be accessed with mimeTypes()) and the path of the plugin
117 QList<QWebPluginInfo::MimeType> QWebPluginInfo::mimeTypes() const function in class:QWebPluginInfo
146 \sa mimeTypes()
H A Dqwebpage.cpp2248 QStringList mimeTypes; local
2250 extractContentTypeFromHash(MIMETypeRegistry::getSupportedImageMIMETypes(), &mimeTypes); local
2251 extractContentTypeFromHash(MIMETypeRegistry::getSupportedNonImageMIMETypes(), &mimeTypes); local
2253 extractContentTypeFromPluginVector(PluginDatabase::installedPlugins()->plugins(), &mimeTypes);
2255 return mimeTypes;
/external/webkit/Source/WebCore/page/
H A DNavigator.idl33 readonly attribute DOMMimeTypeArray mimeTypes;
H A DNavigator.h61 DOMMimeTypeArray* mimeTypes() const;
H A DNavigator.cpp141 DOMMimeTypeArray* Navigator::mimeTypes() const function in class:WebCore::Navigator
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm116 RetainPtr<CFDictionaryRef> mimeTypes = getMIMETypesFromPluginBundle(bundle);
117 if (!mimeTypes || CFGetTypeID(mimeTypes.get()) != CFDictionaryGetTypeID())
131 CFIndex numMimeTypes = CFDictionaryGetCount(mimeTypes.get());
134 CFDictionaryGetKeysAndValues(mimeTypes.get(), reinterpret_cast<const void**>(mimeTypesVector.data()), reinterpret_cast<const void**>(mimeTypeInfoVector.data()));
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.cpp564 HashSet<String, CaseFoldingHash> mimeTypes; local
566 mimeTypes.add("application/pdf");
567 mimeTypes.add("application/postscript");
568 mimeTypes.add("text/pdf");
570 return mimeTypes;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp102 for (int j = 0; j < qplugin.mimeTypes.count(); ++j) {
103 const QWebPluginFactory::MimeType& mimeType = qplugin.mimeTypes.at(j);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb86 @mimeTypes = readTagsDir("#{data_path}/mime-types")
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl190 HRESULT setMIMETypesShownAsHTML([in, size_is(cMimeTypes)] BSTR* mimeTypes, [in] int cMimeTypes);
/external/webkit/Source/WebKit/win/
H A DWebView.h111 /* [size_is][in] */ BSTR *mimeTypes,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm965 static NSMutableSet *mimeTypes = [[NSMutableSet alloc] init];
967 return mimeTypes;

Completed in 388 milliseconds