HomeSort by relevance Sort by last modified time
    Searched refs:FindContentInfoByName (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 34 const ContentInfo* FindContentInfoByName(
58 return FindContentInfoByName(contents_, name);
sessiondescription.h 59 const ContentInfo* FindContentInfoByName(
sessionmessages.cc 304 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL;
305 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL;
369 const ContentInfo* content = FindContentInfoByName(contents, content_name);
    [all...]

Completed in 108 milliseconds