Home
last modified time | relevance | path

Searched refs:had_charset (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/http/
Dhttp_util.cc92 bool *had_charset) { in ParseContentType() argument
171 if ((!eq && *had_charset) || type_has_charset) { in ParseContentType()
172 *had_charset = true; in ParseContentType()
Dhttp_util.h46 bool *had_charset);
Dhttp_response_headers.cc707 bool had_charset = false; in GetMimeTypeAndCharset() local
711 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset); in GetMimeTypeAndCharset()