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

1 2

  /external/webkit/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 32 #include "MIMETypeRegistry.h"
40 // MIMETypeRegistry.cpp. Instead, we need to route most functions via the
45 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
52 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
65 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
82 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
87 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
92 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
98 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType)
103 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType
    [all...]
  /external/webkit/WebCore/platform/mac/
MIMETypeRegistryMac.mm 28 #include "MIMETypeRegistry.h"
35 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
40 Vector<String> MIMETypeRegistry::getExtensionsForMIMEType(const String& type)
54 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
  /external/webkit/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 30 #include "MIMETypeRegistry.h"
64 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 29 #include "MIMETypeRegistry.h"
63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 29 #include "MIMETypeRegistry.h"
62 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 30 #include "MIMETypeRegistry.h"
71 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 29 #include "MIMETypeRegistry.h"
60 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/
MIMETypeRegistry.cpp 28 #include "MIMETypeRegistry.h"
105 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
177 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
332 String MIMETypeRegistry::getMediaMIMETypeForExtension(const String& ext)
366 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
378 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
387 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
396 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
405 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType)
414 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType
    [all...]
MIMETypeRegistry.h 36 class MIMETypeRegistry {
  /external/webkit/WebCore/loader/mac/
LoaderNSURLExtras.mm 37 #import "MIMETypeRegistry.h"
89 Vector<String> extensions = MIMETypeRegistry::getExtensionsForMIMEType(MIMEType);
93 NSString *correctExtension = MIMETypeRegistry::getPreferredExtensionForMIMEType(MIMEType);
  /external/webkit/WebKit/android/jni/
MIMETypeRegistry.cpp 29 #include "MIMETypeRegistry.h"
40 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
  /external/webkit/WebCore/platform/win/
MIMETypeRegistryWin.cpp 27 #include "MIMETypeRegistry.h"
50 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
65 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/platform/wince/
MIMETypeRegistryWince.cpp 28 #include "MIMETypeRegistry.h"
96 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
120 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
  /external/webkit/WebCore/loader/archive/
ArchiveFactory.cpp 32 #include "MIMETypeRegistry.h"
84 HashSet<String>& mimeTypes = MIMETypeRegistry::getSupportedNonImageMIMETypes();
  /external/webkit/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 40 #import <WebCore/MIMETypeRegistry.h>
205 && MIMETypeRegistry::isSupportedImageResourceMIMEType([[subresources objectAtIndex:0] MIMEType]))
209 ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]));
210 if (!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]))
  /external/webkit/WebCore/platform/graphics/gtk/
IconGtk.cpp 35 #include "MIMETypeRegistry.h"
99 String MIMEType = MIMETypeRegistry::getMIMETypeForPath(filenames[0]);
  /external/webkit/WebKit/mac/WebView/
WebHTMLRepresentation.mm 54 #import <WebCore/MIMETypeRegistry.h>
103 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedNonImageMIMETypes())));
109 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedImageMIMETypes())));
  /external/webkit/WebKit/
Android.mk 46 android/jni/MIMETypeRegistry.cpp \
  /external/webkit/WebCore/html/
HTMLObjectElement.cpp 36 #include "MIMETypeRegistry.h"
333 if (MIMETypeRegistry::isJavaAppletMIMEType(getAttribute(typeAttr)))
339 && MIMETypeRegistry::isJavaAppletMIMEType(child->getAttribute(valueAttr).string()))
HTMLCanvasElement.cpp 46 #include "MIMETypeRegistry.h"
146 if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType))
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 41 #include "MIMETypeRegistry.h"
528 if (MIMETypeRegistry::isSupportedImageMIMEType(MIMEType))
531 if (MIMETypeRegistry::isSupportedNonImageMIMEType(MIMEType))
    [all...]
  /external/webkit/WebCore/dom/
ScriptElement.cpp 34 #include "MIMETypeRegistry.h"
233 if (!MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace().lower()))
  /external/webkit/WebCore/platform/graphics/
Image.cpp 34 #include "MIMETypeRegistry.h"
62 return MIMETypeRegistry::isSupportedImageResourceMIMEType(type);
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 32 #include "MIMETypeRegistry.h"
174 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType)) {
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 33 #include "MIMETypeRegistry.h"
141 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType)) {

Completed in 736 milliseconds

1 2