Home
last modified time | relevance | path

Searched refs:getMIMETypeForExtension (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
DMIMETypeRegistry.cpp108 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData()); in initializeSupportedImageMIMETypes()
180 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData()); in initializeSupportedImageMIMETypesForEncoding()
364 String systemType = MIMETypeRegistry::getMIMETypeForExtension(pairs[ndx].extension); in mediaMIMETypeMap()
376 String MIMETypeRegistry::getMIMETypeForExtension(const String& extension) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
385 String type = getMIMETypeForExtension(ext); in getMediaMIMETypeForExtension()
405 String type = getMIMETypeForExtension(ext); in getMediaMIMETypesForExtension()
465 String result = getMIMETypeForExtension(extension); in getMIMETypeForPath()
DMIMETypeRegistry.h38 static String getMIMETypeForExtension(const String& extension);
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DPluginInfoStore.cpp187 String PluginInfoStore::getMIMETypeForExtension(const String& extension) in getMIMETypeForExtension() function in WebKit::PluginInfoStore
189 return MIMETypeRegistry::getMIMETypeForExtension(extension); in getMIMETypeForExtension()
212 String extensionMimeType = getMIMETypeForExtension(extension); in findPlugin()
DPluginInfoStore.h90 static String getMIMETypeForExtension(const String& extension);
/external/webkit/Source/WebCore/platform/chromium/
DMIMETypeRegistryChromium.cpp56 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
82 String mimeType = getMIMETypeForExtension(extension); in getMIMETypeForPath()
/external/webkit/Source/WebCore/platform/brew/
DMIMETypeRegistryBrew.cpp66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/wx/
DMimeTypeRegistryWx.cpp63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/efl/
DMIMETypeRegistryEfl.cpp76 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/gtk/
DMIMETypeRegistryGtk.cpp66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/qt/
DMIMETypeRegistryQt.cpp74 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/haiku/
DMIMETypeRegistryHaiku.cpp65 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/android/jni/
DMIMETypeRegistryAndroid.cpp42 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
DPluginInfoStoreMac.mm92 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
94 // FIXME: This should just call MIMETypeRegistry::getMIMETypeForExtension and be
/external/webkit/Source/WebCore/fileapi/
DFile.cpp41 type = MIMETypeRegistry::getMIMETypeForExtension(path.substring(index + 1)); in createBlobDataForFile()
/external/webkit/Source/WebCore/platform/win/
DMIMETypeRegistryWin.cpp67 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/wince/
DMIMETypeRegistryWinCE.cpp122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebResponse.cpp143 WTF::String mime = WebCore::MIMETypeRegistry::getMIMETypeForExtension(path); in resolveMimeType()
/external/webkit/Source/WebCore/platform/mac/
DMIMETypeRegistryMac.mm37 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
/external/webkit/Source/WebCore/platform/network/win/
DResourceHandleWin.cpp379 response.setMimeType(MIMETypeRegistry::getMIMETypeForExtension(ext)); in fileLoadTimer()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp382 …type = MIMETypeRegistry::getMIMETypeForExtension(url.path().substring(url.path().reverseFind('.') … in objectContentType()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1504 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension); in objectContentType()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1283 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension); in objectContentType()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1359 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension); in objectContentType()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1001 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension); in defaultObjectContentType()
/external/webkit/Source/WebKit/win/
DWebView.cpp4839 *mimeType = BString(MIMETypeRegistry::getMIMETypeForExtension(extensionStr)).release(); in MIMETypeForExtension()

12