Home
last modified time | relevance | path

Searched refs:GetMimeTypeAndCharset (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_response_headers.h159 void GetMimeTypeAndCharset(std::string* mime_type,
Dhttp_response_headers.cc699 void HttpResponseHeaders::GetMimeTypeAndCharset(std::string* mime_type, in GetMimeTypeAndCharset() function in net::HttpResponseHeaders
716 GetMimeTypeAndCharset(mime_type, &unused); in GetMimeType()
722 GetMimeTypeAndCharset(&unused, charset); in GetCharset()