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

1 2 3

  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 32 #include "MIMETypeRegistry.h"
40 // MIMETypeRegistry.cpp. Instead, we need to route most functions via the
46 String MIMETypeRegistry::getMIMETypeForExtensionThreadSafe(const String &ext)
54 // implementation bits in MIMETypeRegistry.cpp.
56 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
63 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
76 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
93 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
98 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType)
103 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 30 #include "MIMETypeRegistry.h"
66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
83 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/efl/
MIMETypeRegistryEfl.cpp 32 #include "MIMETypeRegistry.h"
76 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
91 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 29 #include "MIMETypeRegistry.h"
66 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
81 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/mac/
MIMETypeRegistryMac.mm 28 #include "MIMETypeRegistry.h"
37 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
43 Vector<String> MIMETypeRegistry::getExtensionsForMIMEType(const String& type)
57 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
62 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 29 #include "MIMETypeRegistry.h"
63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
78 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 30 #include "MIMETypeRegistry.h"
74 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
90 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String& mimeType)
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 28 #include "MIMETypeRegistry.h"
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)
382 String MIMETypeRegistry::getMediaMIMETypeForExtension(const String& ext)
396 Vector<String> MIMETypeRegistry::getMediaMIMETypesForExtension(const String& ext)
460 String MIMETypeRegistry::getMIMETypeForPath(const String& path)
472 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType)
481 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType
    [all...]
MIMETypeRegistry.h 36 class MIMETypeRegistry {
  /external/webkit/Source/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 30 #include "MIMETypeRegistry.h"
65 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
91 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebKit/android/jni/
MIMETypeRegistry.cpp 29 #include "MIMETypeRegistry.h"
42 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
63 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/platform/win/
MIMETypeRegistryWin.cpp 27 #include "MIMETypeRegistry.h"
52 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
67 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
110 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/loader/mac/
LoaderNSURLExtras.mm 37 #import "MIMETypeRegistry.h"
89 Vector<String> extensions = MIMETypeRegistry::getExtensionsForMIMEType(MIMEType);
93 NSString *correctExtension = MIMETypeRegistry::getPreferredExtensionForMIMEType(MIMEType);
  /external/webkit/Source/WebCore/platform/wince/
MIMETypeRegistryWinCE.cpp 28 #include "MIMETypeRegistry.h"
98 String MIMETypeRegistry::getPreferredExtensionForMIMEType(const String& type)
122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
140 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String&)
  /external/webkit/Source/WebCore/fileapi/
File.cpp 30 #include "MIMETypeRegistry.h"
41 type = MIMETypeRegistry::getMIMETypeForExtension(path.substring(index + 1));
  /external/webkit/Source/WebCore/loader/archive/
ArchiveFactory.cpp 32 #include "MIMETypeRegistry.h"
88 HashSet<String>& mimeTypes = MIMETypeRegistry::getSupportedNonImageMIMETypes();
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageBufferGtk.cpp 27 #include "MIMETypeRegistry.h"
37 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
IconGtk.cpp 34 #include "MIMETypeRegistry.h"
100 String MIMEType = MIMETypeRegistry::getMIMETypeForPath(filenames[0]);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 41 #import <WebCore/MIMETypeRegistry.h>
206 && MIMETypeRegistry::isSupportedImageResourceMIMEType([[subresources objectAtIndex:0] MIMEType]))
210 ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]));
211 if (!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType]))
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 38 #include "MIMETypeRegistry.h"
194 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
246 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType()) && classId().startsWith("java:", false))
458 if (MIMETypeRegistry::isJavaAppletMIMEType(getAttribute(typeAttr)))
464 && MIMETypeRegistry::isJavaAppletMIMEType(child->getAttribute(valueAttr).string()))
  /external/webkit/Source/WebCore/dom/
ScriptElement.cpp 37 #include "MIMETypeRegistry.h"
150 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
152 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace().lower()) || (supportLegacyTypes == AllowLegacyTypeInTypeAttribute && isLegacySupportedJavaScriptLanguage(type)))
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 55 #import <WebCore/MIMETypeRegistry.h>
106 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedNonImageMIMETypes())));
112 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedImageMIMETypes())));
118 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticUnsupportedTextMIMETypes, (stringArray(MIMETypeRegistry::getUnsupportedTextMIMETypes())));
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginInfoStore.cpp 30 #include <WebCore/MIMETypeRegistry.h>
189 return MIMETypeRegistry::getMIMETypeForExtension(extension);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 46 #include "MIMETypeRegistry.h"
379 // We don't use MIMETypeRegistry::getMIMETypeForPath() because it returns "application/octet-stream" upon failure
382 type = MIMETypeRegistry::getMIMETypeForExtension(url.path().substring(url.path().reverseFind('.') + 1));
387 if (MIMETypeRegistry::isSupportedImageMIMEType(type))
395 if (MIMETypeRegistry::isSupportedNonImageMIMEType(type))
663 if (MIMETypeRegistry::isSupportedImageMIMEType(MIMEType))
666 if (MIMETypeRegistry::isSupportedNonImageMIMEType(MIMEType))
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 34 #include "MIMETypeRegistry.h"
442 return (MIMETypeRegistry::isSupportedImageMIMEType(type)
443 || MIMETypeRegistry::isSupportedNonImageMIMEType(type)
444 || MIMETypeRegistry::isSupportedMediaMIMEType(type)

Completed in 2340 milliseconds

1 2 3