Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_util_unittest.cc731 bool had_charset = false; in TEST() local
734 &charset, &had_charset, &boundary); in TEST()
737 EXPECT_EQ(tests[i].expected_had_charset, had_charset) << "i=" << i; in TEST()
Dhttp_util.cc97 bool* had_charset, in ParseContentType() argument
184 if ((!eq && *had_charset) || type_has_charset) { in ParseContentType()
185 *had_charset = true; in ParseContentType()
Dhttp_util.h52 bool* had_charset,
Dhttp_response_headers.cc846 bool had_charset = false; in GetMimeTypeAndCharset() local
850 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset, NULL); in GetMimeTypeAndCharset()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_renderer_host.cc116 bool had_charset = false; in IsSimpleHeader() local
118 &lower_case_charset, &had_charset, NULL); in IsSimpleHeader()
/external/chromium/net/http/
Dhttp_util.cc93 bool *had_charset) { in ParseContentType() argument
173 if ((!eq && *had_charset) || type_has_charset) { in ParseContentType()
174 *had_charset = true; in ParseContentType()
Dhttp_util.h51 bool *had_charset);
Dhttp_response_headers.cc776 bool had_charset = false; in GetMimeTypeAndCharset() local
780 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset); in GetMimeTypeAndCharset()
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc261 bool had_charset = false; in IsFulfilled() local
263 content_type, &mime_type, &charset, &had_charset, NULL); in IsFulfilled()
/external/chromium_org/webkit/child/
Dweburlloader_impl.cc546 bool had_charset = false; in OnReceivedResponse() local
549 &had_charset, &boundary); in OnReceivedResponse()