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

  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h 47 static String getMIMETypeForPath(const String& path);
MIMETypeRegistry.cpp 460 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
  /external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp 100 String MIMEType = MIMETypeRegistry::getMIMETypeForPath(filenames[0]);
  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 76 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 649 d->m_response.setMimeType(MIMETypeRegistry::getMIMETypeForPath(url));
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 466 mimeType = MIMETypeRegistry::getMIMETypeForPath(m_replyWrapper->reply()->url().path());

Completed in 796 milliseconds