HomeSort by relevance Sort by last modified time
    Searched refs:getMIMETypeForExtension (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/efl/
MIMETypeRegistryEfl.cpp 76 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 74 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 65 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
  /external/webkit/Source/WebKit/android/jni/
MIMETypeRegistry.cpp 42 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
  /external/webkit/Source/WebCore/platform/mac/
MIMETypeRegistryMac.mm 37 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 108 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)
385 String type = getMIMETypeForExtension(ext);
405 String type = getMIMETypeForExtension(ext);
465 String result = getMIMETypeForExtension(extension);
MIMETypeRegistry.h 38 static String getMIMETypeForExtension(const String& extension);
  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 52 // 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)
82 String mimeType = getMIMETypeForExtension(extension);
  /external/webkit/Source/WebCore/fileapi/
File.cpp 41 type = MIMETypeRegistry::getMIMETypeForExtension(path.substring(index + 1));
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginInfoStore.h 90 static String getMIMETypeForExtension(const String& extension);
PluginInfoStore.cpp 187 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
189 return MIMETypeRegistry::getMIMETypeForExtension(extension);
212 String extensionMimeType = getMIMETypeForExtension(extension);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 92 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
94 // FIXME: This should just call MIMETypeRegistry::getMIMETypeForExtension and be
  /external/webkit/Source/WebCore/platform/win/
MIMETypeRegistryWin.cpp 67 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebCore/platform/wince/
MIMETypeRegistryWinCE.cpp 122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebResponse.cpp 134 // getMIMETypeForExtension rather than getMIMETypeForPath because the
143 WTF::String mime = WebCore::MIMETypeRegistry::getMIMETypeForExtension(path);
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 379 response.setMimeType(MIMETypeRegistry::getMIMETypeForExtension(ext));
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 382 type = MIMETypeRegistry::getMIMETypeForExtension(url.path().substring(url.path().reverseFind('.') + 1));
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 2120 milliseconds