Home | History | Annotate | Download | only in base

Lines Matching defs:ContentDescription

25 class ContentDescription {
27 virtual ~ContentDescription() {}
28 virtual ContentDescription* Copy() const = 0;
38 ContentDescription* description) :
43 ContentDescription* description) :
48 ContentDescription* description;
115 const ContentDescription* GetContentDescriptionByName(
117 ContentDescription* GetContentDescriptionByName(const std::string& name);
122 // Adds a content to this description. Takes ownership of ContentDescription*.
125 ContentDescription* description);
129 ContentDescription* description);
174 // Indicates whether a ContentDescription was an offer or an answer, as
182 // Indicates whether a ContentDescription was sent by the local client