HomeSort by relevance Sort by last modified time
    Searched defs:ContentDescription (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 39 class ContentDescription {
41 virtual ~ContentDescription() {}
51 const ContentDescription* description) :
55 const ContentDescription* description;
74 // Takes ownership of ContentDescription*.
77 const ContentDescription* description);
94 // Indicates whether a ContentDescription was an offer or an answer, as
102 // Indicates whether a ContentDescription was sent by the local client
  /external/chromium_org/remoting/protocol/
content_description.h 22 // ContentDescription used for chromoting sessions. It contains the information
27 class ContentDescription : public cricket::ContentDescription {
31 ContentDescription(scoped_ptr<CandidateSessionConfig> config,
33 virtual ~ContentDescription();
35 virtual ContentDescription* Copy() const OVERRIDE;
47 static scoped_ptr<ContentDescription> ParseXml(
content_description.cc 20 const char ContentDescription::kChromotingContentName[] = "chromoting";
114 ContentDescription::ContentDescription(
121 ContentDescription::~ContentDescription() { }
123 ContentDescription* ContentDescription::Copy() const {
128 return new ContentDescription(candidate_config_->Clone(), message.Pass());
143 XmlElement* ContentDescription::ToXml() const {
188 bool ContentDescription::ParseChannelConfigs
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 42 class ContentDescription {
44 virtual ~ContentDescription() {}
45 virtual ContentDescription* Copy() const = 0;
55 ContentDescription* description) :
60 ContentDescription* description) :
65 ContentDescription* description;
132 const ContentDescription* GetContentDescriptionByName(
134 ContentDescription* GetContentDescriptionByName(const std::string& name);
139 // Adds a content to this description. Takes ownership of ContentDescription*.
142 ContentDescription* description)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 1387 milliseconds