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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 90 XmlnsStack::PrefixMatchesNs(const std::string & prefix, const std::string & ns) {
103 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
110 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 86 bool XmlnsStack::PrefixMatchesNs(const std::string& prefix,
98 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
105 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))

Completed in 47 milliseconds