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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h 50 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
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))

Completed in 91 milliseconds