Searched refs:ParseContentType (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 605 bool ParseContentType(const buzz::XmlElement* parent_elem, in ParseContentType() function 622 if (!ParseContentType(session, &content_type, &content_elem, error)) in ParseGingleContentInfos() 671 if (!ParseContentType(pair_elem, &content_type, &content_elem, error)) in ParseJingleContentInfos() 872 bool ParseContentType(SignalingProtocol protocol, in ParseContentType() function 878 if (!ParseContentType(action_elem, content_type, &content_elem, error)) in ParseContentType() 891 if (!ParseContentType(pair_elem, content_type, &content_elem, error)) in ParseContentType()
|
D | sessionmessages.h | 164 bool ParseContentType(SignalingProtocol protocol,
|
D | sessionmanager.cc | 180 if (!ParseContentType(msg.protocol, msg.action_elem, in OnIncomingMessage()
|
/external/chromium_org/net/http/ |
D | http_util_unittest.cc | 658 TEST(HttpUtilTest, ParseContentType) { in TEST() argument 733 net::HttpUtil::ParseContentType(tests[i].content_type, &mime_type, in TEST()
|
D | http_util.h | 49 static void ParseContentType(const std::string& content_type_str,
|
D | http_util.cc | 80 void HttpUtil::ParseContentType(const std::string& content_type_str, in ParseContentType() function in net::HttpUtil
|
D | http_response_headers.cc | 873 HttpUtil::ParseContentType(value, mime_type, charset, &had_charset, NULL); in GetMimeTypeAndCharset()
|
/external/chromium_org/webkit/child/ |
D | multipart_response_delegate.cc | 250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset, in ParseHeaders()
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_flash_renderer_host.cc | 116 net::HttpUtil::ParseContentType(header_value, in IsSimpleHeader()
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
D | webrequest_condition_attribute.cc | 262 net::HttpUtil::ParseContentType( in IsFulfilled()
|
/external/chromium_org/content/child/ |
D | web_url_loader_impl.cc | 563 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset, in OnReceivedResponse()
|