Home
last modified time | relevance | path

Searched refs:had_charset (Results 1 – 7 of 7) 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.cc83 bool* had_charset, in ParseContentType() argument
170 if ((!eq && *had_charset) || type_has_charset) { in ParseContentType()
171 *had_charset = true; in ParseContentType()
Dhttp_util.h52 bool* had_charset,
Dhttp_response_headers.cc895 bool had_charset = false; in GetMimeTypeAndCharset() local
899 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset, NULL); in GetMimeTypeAndCharset()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_renderer_host.cc115 bool had_charset = false; in IsSimpleHeader() local
119 &had_charset, in IsSimpleHeader()
/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc262 bool had_charset = false; in IsFulfilled() local
264 content_type, &mime_type, &charset, &had_charset, NULL); in IsFulfilled()
/external/chromium_org/content/child/
Dweb_url_loader_impl.cc568 bool had_charset = false; in OnReceivedResponse() local
571 &had_charset, &boundary); in OnReceivedResponse()