ContentDescription 20 remoting/protocol/content_description.cc const char ContentDescription::kChromotingContentName[] = "chromoting"; ContentDescription 115 remoting/protocol/content_description.cc ContentDescription::ContentDescription( ContentDescription 122 remoting/protocol/content_description.cc ContentDescription::~ContentDescription() { } ContentDescription 124 remoting/protocol/content_description.cc ContentDescription* ContentDescription::Copy() const { ContentDescription 129 remoting/protocol/content_description.cc return new ContentDescription(candidate_config_->Clone(), message.Pass()); ContentDescription 144 remoting/protocol/content_description.cc XmlElement* ContentDescription::ToXml() const { ContentDescription 189 remoting/protocol/content_description.cc bool ContentDescription::ParseChannelConfigs( ContentDescription 213 remoting/protocol/content_description.cc scoped_ptr<ContentDescription> ContentDescription::ParseXml( ContentDescription 217 remoting/protocol/content_description.cc return scoped_ptr<ContentDescription>(); ContentDescription 229 remoting/protocol/content_description.cc return scoped_ptr<ContentDescription>(); ContentDescription 237 remoting/protocol/content_description.cc return scoped_ptr<ContentDescription>( ContentDescription 238 remoting/protocol/content_description.cc new ContentDescription(config.Pass(), authenticator_message.Pass())); ContentDescription 27 remoting/protocol/content_description.h class ContentDescription : public cricket::ContentDescription { ContentDescription 31 remoting/protocol/content_description.h ContentDescription(scoped_ptr<CandidateSessionConfig> config, ContentDescription 33 remoting/protocol/content_description.h virtual ~ContentDescription(); ContentDescription 35 remoting/protocol/content_description.h virtual ContentDescription* Copy() const OVERRIDE; ContentDescription 47 remoting/protocol/content_description.h static scoped_ptr<ContentDescription> ParseXml( ContentDescription 21 remoting/protocol/content_description_unittest.cc ContentDescription description( ContentDescription 25 remoting/protocol/content_description_unittest.cc scoped_ptr<ContentDescription> parsed( ContentDescription 26 remoting/protocol/content_description_unittest.cc ContentDescription::ParseXml(xml.get())); ContentDescription 50 remoting/protocol/content_description_unittest.cc scoped_ptr<ContentDescription> parsed( ContentDescription 51 remoting/protocol/content_description_unittest.cc ContentDescription::ParseXml(xml.get())); ContentDescription 73 remoting/protocol/content_description_unittest.cc scoped_ptr<ContentDescription> parsed( ContentDescription 74 remoting/protocol/content_description_unittest.cc ContentDescription::ParseXml(xml.get())); ContentDescription 93 remoting/protocol/content_description_unittest.cc scoped_ptr<ContentDescription> parsed( ContentDescription 94 remoting/protocol/content_description_unittest.cc ContentDescription::ParseXml(xml.get())); ContentDescription 222 remoting/protocol/jingle_messages.cc if (content_name != ContentDescription::kChromotingContentName) { ContentDescription 236 remoting/protocol/jingle_messages.cc description = ContentDescription::ParseXml(description_tag); ContentDescription 310 remoting/protocol/jingle_messages.cc ContentDescription::kChromotingContentName); ContentDescription 19 remoting/protocol/jingle_messages.h class ContentDescription; ContentDescription 76 remoting/protocol/jingle_messages.h scoped_ptr<ContentDescription> description; ContentDescription 113 remoting/protocol/jingle_session.cc new ContentDescription(candidate_config_->Clone(), ContentDescription 173 remoting/protocol/jingle_session.cc new ContentDescription(CandidateSessionConfig::CreateFrom(config_), ContentDescription 561 remoting/protocol/jingle_session.cc const ContentDescription* description) { ContentDescription 131 remoting/protocol/jingle_session.h bool InitializeConfigFromDescription(const ContentDescription* description);