Searched defs:ContentGroup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h74 class ContentGroup { class in namespace:cricket
76 explicit ContentGroup(const std::string& semantics) : function in class:cricket::ContentGroup
93 typedef std::vector<ContentGroup> ContentGroups;
172 const ContentGroup* GetGroupByName(const std::string& name) const;
176 void AddGroup(const ContentGroup& group) { content_groups_.push_back(group); }

Completed in 33 milliseconds