Searched defs:ParsedContentType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DParsedContentType.h46 class PLATFORM_EXPORT ParsedContentType { class in namespace:blink
48 explicit ParsedContentType(const String&);
H A DParsedContentType.cpp33 #include "platform/network/ParsedContentType.h"
196 ParsedContentType::ParsedContentType(const String& contentType) function in class:blink::ParsedContentType
199 parseContentType<ParsedContentType>(m_contentType, *this);
202 String ParsedContentType::charset() const
207 String ParsedContentType::parameterValueForName(const String& name) const
212 size_t ParsedContentType::parameterCount() const
217 void ParsedContentType::setContentType(const SubstringRange& contentRange)
222 void ParsedContentType::setContentTypeParameter(const SubstringRange& key, const SubstringRange& value)

Completed in 347 milliseconds