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

  /external/chromium_org/extensions/common/features/
base_feature_provider.cc 133 Feature* BaseFeatureProvider::GetFeature(const std::string& name) const {
151 return GetFeature(JoinString(split, '.'));
  /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/extensions/browser/
file_highlighter.cc 90 std::string FileHighlighter::GetFeature() const {
103 std::string feature = GetFeature();

Completed in 88 milliseconds