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

  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 143 if (pctx_->tls_needed_ || GetFeature(QN_TLS_STARTTLS) != NULL) {
158 const XmlElement * pelTls = GetFeature(QN_TLS_STARTTLS);
186 const XmlElement * pelSaslAuth = GetFeature(QN_SASL_MECHANISMS);
251 const XmlElement * pelBindFeature = GetFeature(QN_BIND_BIND);
252 const XmlElement * pelSessionFeature = GetFeature(QN_SESSION_SESSION);
354 XmppLoginTask::GetFeature(const QName & name) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 143 bool tls_present = (GetFeature(QN_TLS_STARTTLS) != NULL);
165 const XmlElement * pelTls = GetFeature(QN_TLS_STARTTLS);
193 const XmlElement * pelSaslAuth = GetFeature(QN_SASL_MECHANISMS);
268 const XmlElement * pelBindFeature = GetFeature(QN_BIND_BIND);
269 const XmlElement * pelSessionFeature = GetFeature(QN_SESSION_SESSION);
371 XmppLoginTask::GetFeature(const QName & name) {
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider.cc 39 virtual Feature* GetFeature(const std::string& name) OVERRIDE {
40 return GetBaseFeatureProvider()->GetFeature(name);
233 Feature* BaseFeatureProvider::GetFeature(const std::string& name) {
251 return GetFeature(JoinString(split, '.'));

Completed in 56 milliseconds