KHTML
MIMETypeRegistry.cpp File Reference
#include "config.h"
#include "MIMETypeRegistry.h"
#include "ArchiveFactory.h"
#include "MediaPlayer.h"
#include "StringHash.h"
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
Include dependency graph for MIMETypeRegistry.cpp:

Go to the source code of this file.
Namespaces | |
namespace | WebCore |
Functions | |
static void | WebCore::initializeMIMETypeRegistry () |
static void | WebCore::initializeSupportedImageMIMETypes () |
static void | WebCore::initializeSupportedImageMIMETypesForEncoding () |
static void | WebCore::initializeSupportedJavaScriptMIMETypes () |
static void | WebCore::initializeSupportedMediaMIMETypes () |
static void | WebCore::initializeSupportedNonImageMimeTypes () |
Variables | |
static HashSet< String > * | WebCore::supportedImageMIMETypes |
static HashSet< String > * | WebCore::supportedImageMIMETypesForEncoding |
static HashSet< String > * | WebCore::supportedImageResourceMIMETypes |
static HashSet< String > * | WebCore::supportedJavaScriptMIMETypes |
static HashSet< String > * | WebCore::supportedMediaMIMETypes |
static HashSet< String > * | WebCore::supportedNonImageMIMETypes |