Searched defs:mimeType (Results 1 - 25 of 130) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCGWin.cpp37 String mimeType; local
43 mimeType = "image/" + type.substring(dotLocation + 1);
44 return mimeType;
/external/webkit/Source/WebCore/loader/archive/
H A DArchiveResource.cpp36 inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse& response) argument
38 , m_mimeType(mimeType)
45 PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse& response) argument
51 return adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName,
52 ResourceResponse(url, mimeType, dataSize, textEncoding, String())));
54 return adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName, response));
59 return create(data, url, response.mimeType(), response.textEncodingName(), String(), response);
H A DArchiveFactory.cpp75 bool ArchiveFactory::isArchiveMimeType(const String& mimeType) argument
77 return !mimeType.isEmpty() && archiveMIMETypes().contains(mimeType);
80 PassRefPtr<Archive> ArchiveFactory::create(SharedBuffer* data, const String& mimeType) argument
82 RawDataCreationFunction* function = mimeType.isEmpty() ? 0 : archiveMIMETypes().get(mimeType);
H A DArchiveResource.h40 const String& mimeType, const String& textEncoding, const String& frameName,
43 const String& mimeType() const { return m_mimeType; } function in class:WebCore::ArchiveResource
51 ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse&);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DImageBufferGtk.cpp35 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const argument
37 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
39 if (!mimeType.startsWith("image/"))
44 String type = mimeType.substring(sizeof "image");
70 return makeString("data:", mimeType, ";base64,", out);
/external/webkit/Source/WebCore/platform/network/qt/
H A DQtMIMETypeSniffer.h32 QString mimeType() const { return m_mimeType; } function in class:QtMIMETypeSniffer
H A DResourceResponse.h39 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) argument
40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename)
/external/webkit/Source/WebCore/platform/qt/
H A DMIMETypeRegistryQt.cpp39 const char* mimeType; member in struct:WebCore::ExtensionMap
83 return e->mimeType;
90 bool MIMETypeRegistry::isApplicationPluginMIMEType(const String& mimeType) argument
92 return mimeType.startsWith("application/x-qt-plugin", false)
93 || mimeType.startsWith("application/x-qt-styled-widget", false);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DUrlInterceptResponse.h47 const std::string& mimeType() const { function in class:android::UrlInterceptResponse
/external/webkit/Source/WebKit/chromium/public/
H A DWebPluginParams.h42 WebString mimeType; member in struct:WebKit::WebPluginParams
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebresourceprivate.h35 gchar* mimeType; member in struct:_WebKitWebResourcePrivate
/external/chromium/android/jni/
H A Dmime_utils.cc47 bool MimeUtils::GuessExtensionFromMimeType(const std::string& mimeType, argument
50 jstring jMimeType = env->NewStringUTF(mimeType.c_str());
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.h38 static PassRefPtr<HTMLViewSourceDocument> create(Frame* frame, const KURL& url, const String& mimeType) argument
40 return adoptRef(new HTMLViewSourceDocument(frame, url, mimeType));
46 HTMLViewSourceDocument(Frame*, const KURL&, const String& mimeType);
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.h67 const String& mimeType() const { return m_mimeType; } function in class:WebCore::DocumentWriter
H A DSubstituteData.h41 SubstituteData(PassRefPtr<SharedBuffer> content, const String& mimeType, const String& textEncoding, const KURL& failingURL, const KURL& responseURL = KURL()) argument
43 , m_mimeType(mimeType)
53 const String& mimeType() const { return m_mimeType; } function in class:WebCore::SubstituteData
/external/webkit/Source/WebCore/platform/brew/
H A DMIMETypeRegistryBrew.cpp40 const char* mimeType; member in struct:WebCore::ExtensionMap
75 return e->mimeType;
/external/webkit/Source/WebCore/platform/efl/
H A DMIMETypeRegistryEfl.cpp41 const char* mimeType; member in struct:WebCore::ExtensionMap
84 return e->mimeType;
/external/webkit/Source/WebCore/platform/gtk/
H A DMIMETypeRegistryGtk.cpp38 const char* mimeType; member in struct:WebCore::ExtensionMap
74 return e->mimeType;
/external/webkit/Source/WebCore/platform/haiku/
H A DMIMETypeRegistryHaiku.cpp41 const char* mimeType; member in struct:WebCore::ExtensionMap
75 return extMap->mimeType;
/external/webkit/Source/WebCore/platform/network/
H A DDataURL.cpp62 String mimeType = extractMIMETypeFromMediaType(mediaType); local
66 response.setMimeType(mimeType);
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceResponse.h39 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) argument
40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) { }
/external/webkit/Source/WebCore/platform/network/win/
H A DResourceResponse.h38 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) argument
39 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename)
/external/webkit/Source/WebCore/platform/wx/
H A DMimeTypeRegistryWx.cpp38 const char* mimeType; member in struct:WebCore::ExtensionMap
71 return e->mimeType;
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp68 void PluginPackage::determineQuirks(const String& mimeType) argument
70 if (mimeType == "application/x-shockwave-flash") {
/external/webkit/Source/WebKit/android/jni/
H A DMIMETypeRegistry.cpp54 jobject mimeType = env->CallStaticObjectMethod(mimeClass, local
56 String result = android::jstringToWtfString(env, (jstring) mimeType);
59 env->DeleteLocalRef(mimeType);

Completed in 7825 milliseconds

123456