Home
last modified time | relevance | path

Searched refs:ParseContentType (Results 1 – 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc490 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()
Dsessionmessages.h208 bool ParseContentType(SignalingProtocol protocol,
Dsessionmanager.cc169 if (!ParseContentType(msg.protocol, msg.action_elem, in OnIncomingMessage()
/external/chromium/net/http/
Dhttp_util.h48 static void ParseContentType(const std::string& content_type_str,
Dhttp_util.cc91 void HttpUtil::ParseContentType(const string& content_type_str, in ParseContentType() function in net::HttpUtil
Dhttp_response_headers.cc780 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset); in GetMimeTypeAndCharset()
/external/chromium/webkit/glue/
Dmultipart_response_delegate.cc250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset, in ParseHeaders()