Home
last modified time | relevance | path

Searched refs:content_parsers (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc461 ContentParser* GetContentParser(const ContentParserMap& content_parsers, in GetContentParser() argument
463 ContentParserMap::const_iterator map = content_parsers.find(type); in GetContentParser()
464 if (map == content_parsers.end()) { in GetContentParser()
502 const ContentParserMap& content_parsers, in ParseGingleContentInfos() argument
519 audio_elem.get(), content_parsers, in ParseGingleContentInfos()
524 content_elem, content_parsers, in ParseGingleContentInfos()
529 content_elem, content_parsers, in ParseGingleContentInfos()
534 content_elem, content_parsers, in ParseGingleContentInfos()
542 const ContentParserMap& content_parsers, in ParseJingleContentInfos() argument
560 content_elem, content_parsers, in ParseJingleContentInfos()
[all …]
Dsessionmessages.h217 const ContentParserMap& content_parsers,
224 const ContentParserMap& content_parsers,
230 const ContentParserMap& content_parsers,
237 const ContentParserMap& content_parsers,
Dsession.cc933 ContentParserMap content_parsers = GetContentParsers(); in WriteSessionAction() local
937 content_parsers, trans_parsers, in WriteSessionAction()