Searched refs:ParseContentType (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 490 bool ParseContentType(const buzz::XmlElement* parent_elem, in ParseContentType() function 507 if (!ParseContentType(session, &content_type, &content_elem, error)) in ParseGingleContentInfos() 556 if (!ParseContentType(pair_elem, &content_type, &content_elem, error)) in ParseJingleContentInfos() 662 bool ParseContentType(SignalingProtocol protocol, in ParseContentType() function 668 if (!ParseContentType(action_elem, content_type, &content_elem, error)) in ParseContentType() 681 if (!ParseContentType(pair_elem, content_type, &content_elem, error)) in ParseContentType() 688 if (!ParseContentType(pair_elem, &content_type2, &content_elem, error)) in ParseContentType()
|
D | sessionmessages.h | 208 bool ParseContentType(SignalingProtocol protocol,
|
D | sessionmanager.cc | 169 if (!ParseContentType(msg.protocol, msg.action_elem, in OnIncomingMessage()
|
/external/chromium/net/http/ |
D | http_util.h | 48 static void ParseContentType(const std::string& content_type_str,
|
D | http_util.cc | 91 void HttpUtil::ParseContentType(const string& content_type_str, in ParseContentType() function in net::HttpUtil
|
D | http_response_headers.cc | 780 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset); in GetMimeTypeAndCharset()
|
/external/chromium/webkit/glue/ |
D | multipart_response_delegate.cc | 250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset, in ParseHeaders()
|