OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParsedContentType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
ParsedContentType.h
46
class PLATFORM_EXPORT
ParsedContentType
{
48
explicit
ParsedContentType
(const String&);
ParsedContentType.cpp
33
#include "platform/network/
ParsedContentType
.h"
192
DummyParsedContentType
parsedContentType
= DummyParsedContentType();
193
return parseContentType<DummyParsedContentType>(contentType,
parsedContentType
);
196
ParsedContentType
::
ParsedContentType
(const String& contentType)
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
[
all
...]
Completed in 1351 milliseconds