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

  /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";
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
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 

Completed in 82 milliseconds