Home | History | Annotate | Download | only in protocol

Lines Matching full:contentdescription

20 const char ContentDescription::kChromotingContentName[] = "chromoting";
115 ContentDescription::ContentDescription(
122 ContentDescription::~ContentDescription() { }
124 ContentDescription* ContentDescription::Copy() const {
129 return new ContentDescription(candidate_config_->Clone(), message.Pass());
144 XmlElement* ContentDescription::ToXml() const {
189 bool ContentDescription::ParseChannelConfigs(
213 scoped_ptr<ContentDescription> ContentDescription::ParseXml(
217 return scoped_ptr<ContentDescription>();
229 return scoped_ptr<ContentDescription>();
237 return scoped_ptr<ContentDescription>(
238 new ContentDescription(config.Pass(), authenticator_message.Pass()));