Searched refs:ContentType (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/
H A DContentType.h34 class ContentType { class in namespace:WebCore
36 explicit ContentType(const String& type);
H A DContentType.cpp29 #include "ContentType.h"
33 ContentType::ContentType(const String& contentType) function in class:WebCore::ContentType
38 String ContentType::parameter(const String& parameterName) const
67 String ContentType::type() const
79 Vector<String> ContentType::codecs() const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaSourcePrivate.h42 class ContentType;
53 virtual AddStatus addSourceBuffer(const ContentType&, RefPtr<SourceBufferPrivate>&) = 0;
H A DMediaPlayer.h132 class ContentType;
334 bool load(const URL&, const ContentType&, const String& keySystem);
336 bool load(const URL&, const ContentType&, MediaSourcePrivateClient*);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h74 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enum in class:WebCore::TextResourceDecoder
75 static ContentType determineContentType(const String& mimeType);
76 static const TextEncoding& defaultEncoding(ContentType, const TextEncoding& defaultEncoding);
85 ContentType m_contentType;
H A DTextResourceDecoder.cpp303 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType)
314 const TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const TextEncoding& specifiedDefaultEncoding)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DSourceBufferPrivateGStreamer.cpp37 #include "ContentType.h"
42 SourceBufferPrivateGStreamer::SourceBufferPrivateGStreamer(PassRefPtr<MediaSourceClientGstreamer> client, const ContentType& contentType)
H A DSourceBufferPrivateGStreamer.h44 SourceBufferPrivateGStreamer(PassRefPtr<MediaSourceClientGstreamer>, const ContentType&);
H A DMediaSourceGStreamer.cpp61 MediaSourceGStreamer::AddStatus MediaSourceGStreamer::addSourceBuffer(const ContentType& contentType, RefPtr<SourceBufferPrivate>& sourceBufferPrivate)
H A DMediaSourceGStreamer.h48 virtual AddStatus addSourceBuffer(const ContentType&, RefPtr<SourceBufferPrivate>&) override;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedTypeAnimator.h72 std::unique_ptr<typename AnimValType::ContentType> constructFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes)
75 const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue();
77 auto copy = std::make_unique<typename AnimValType::ContentType>(animatedType);
83 void resetFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type, typename AnimValType::ContentType& (SVGAnimatedType::*getter)())
88 typename AnimValType::ContentType& animatedTypeValue = (type->*getter)();
117 std::unique_ptr<std::pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>> constructFromBaseValues(const SVGElementAnimatedPropertyList& animatedTypes)
120 const typename AnimValType1::ContentType& firstType = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properties[0].get())->currentBaseValue();
121 const typename AnimValType2::ContentType& secondType = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->currentBaseValue();
123 auto copy = std::make_unique<std::pair<typename AnimValType1::ContentType, typenam
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedScript.cpp69 return extractMIMETypeFromMediaType(m_response.httpHeaderField(HTTPHeaderName::ContentType)).lower();
H A DCachedCSSStyleSheet.cpp133 String mimeType = extractMIMETypeFromMediaType(response().httpHeaderField(HTTPHeaderName::ContentType));
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h31 typedef PropertyType ContentType; typedef in class:WebCore::SVGAnimatedStaticPropertyTearOff
H A DSVGAnimatedPropertyTearOff.h32 typedef PropertyType ContentType; typedef in class:WebCore::SVGAnimatedPropertyTearOff
H A DSVGAnimatedListPropertyTearOff.h40 typedef PropertyType ContentType; typedef in class:WebCore::SVGAnimatedListPropertyTearOff
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaSourcePrivateAVFObjC.h60 virtual AddStatus addSourceBuffer(const ContentType&, RefPtr<SourceBufferPrivate>&) override;
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaSourcePrivate.h72 virtual AddStatus addSourceBuffer(const ContentType&, RefPtr<SourceBufferPrivate>&) override;
H A DMockMediaSourcePrivate.cpp31 #include "ContentType.h"
63 MediaSourcePrivate::AddStatus MockMediaSourcePrivate::addSourceBuffer(const ContentType& contentType, RefPtr<SourceBufferPrivate>& outPrivate)
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.h124 RefPtr<SourceBufferPrivate> createSourceBufferPrivate(const ContentType&, ExceptionCode&);
H A DMediaSource.cpp38 #include "ContentType.h"
530 ContentType contentType(type);
714 ContentType contentType(type);
824 RefPtr<SourceBufferPrivate> MediaSource::createSourceBufferPrivate(const ContentType& type, ExceptionCode& ec)
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceRequestBase.cpp282 return httpHeaderField(HTTPHeaderName::ContentType);
287 setHTTPHeaderField(HTTPHeaderName::ContentType, httpContentType);
294 m_httpHeaderFields.remove(HTTPHeaderName::ContentType);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DMultipartHandle.cpp351 String contentType = m_headers.get(HTTPHeaderName::ContentType);
H A DCurlCacheEntry.cpp195 response.setMimeType(extractMIMETypeFromMediaType(response.httpHeaderField(HTTPHeaderName::ContentType)));
196 response.setTextEncodingName(extractCharsetFromMediaType(response.httpHeaderField(HTTPHeaderName::ContentType)));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebInspectorServer.cpp131 headerFields.set(HTTPHeaderName::ContentType, contentType);

Completed in 208 milliseconds

12