Searched refs:getMIMETypeForExtension (Results 1 - 25 of 25) sorted by path

/external/webkit/Source/WebCore/fileapi/
H A DFile.cpp41 type = MIMETypeRegistry::getMIMETypeForExtension(path.substring(index + 1));
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1001 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp108 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
180 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
364 String systemType = MIMETypeRegistry::getMIMETypeForExtension(pairs[ndx].extension);
376 String MIMETypeRegistry::getMIMETypeForExtension(const String& extension) function in class:WebCore::MIMETypeRegistry
385 String type = getMIMETypeForExtension(ext);
405 String type = getMIMETypeForExtension(ext);
465 String result = getMIMETypeForExtension(extension);
H A DMIMETypeRegistry.h38 static String getMIMETypeForExtension(const String& extension);
/external/webkit/Source/WebCore/platform/brew/
H A DMIMETypeRegistryBrew.cpp66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/chromium/
H A DMIMETypeRegistryChromium.cpp52 // NOTE: We have to define getMIMETypeForExtension() here though the shared
53 // implementation has getMIMETypeForExtension() since we don't use the shared
56 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
82 String mimeType = getMIMETypeForExtension(extension);
/external/webkit/Source/WebCore/platform/efl/
H A DMIMETypeRegistryEfl.cpp76 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/gtk/
H A DMIMETypeRegistryGtk.cpp66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/haiku/
H A DMIMETypeRegistryHaiku.cpp65 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/mac/
H A DMIMETypeRegistryMac.mm37 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
/external/webkit/Source/WebCore/platform/network/win/
H A DResourceHandleWin.cpp379 response.setMimeType(MIMETypeRegistry::getMIMETypeForExtension(ext));
/external/webkit/Source/WebCore/platform/qt/
H A DMIMETypeRegistryQt.cpp74 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/win/
H A DMIMETypeRegistryWin.cpp67 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/wince/
H A DMIMETypeRegistryWinCE.cpp122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebCore/platform/wx/
H A DMimeTypeRegistryWx.cpp63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebResponse.cpp134 // getMIMETypeForExtension rather than getMIMETypeForPath because the
143 WTF::String mime = WebCore::MIMETypeRegistry::getMIMETypeForExtension(path);
/external/webkit/Source/WebKit/android/jni/
H A DMIMETypeRegistry.cpp42 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1504 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp382 type = MIMETypeRegistry::getMIMETypeForExtension(url.path().substring(url.path().reverseFind('.') + 1));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1359 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp4839 *mimeType = BString(MIMETypeRegistry::getMIMETypeForExtension(extensionStr)).release();
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginInfoStore.cpp187 String PluginInfoStore::getMIMETypeForExtension(const String& extension) function in class:WebKit::PluginInfoStore
189 return MIMETypeRegistry::getMIMETypeForExtension(extension);
212 String extensionMimeType = getMIMETypeForExtension(extension);
H A DPluginInfoStore.h90 static String getMIMETypeForExtension(const String& extension);
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm92 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
94 // FIXME: This should just call MIMETypeRegistry::getMIMETypeForExtension and be
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1283 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);

Completed in 446 milliseconds