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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h 53 std::string FormatQName(const QName & name, bool isAttr);
xmlprinter.cc 107 *pout_ << '<' << xmlnsStack_.FormatQName(element->Name(), false);
111 *pout_ << ' ' << xmlnsStack_.FormatQName(pattr->Name(), true) << "=\"";
144 *pout_ << "</" << xmlnsStack_.FormatQName(element->Name(), false) << '>';
xmlnsstack.cc 118 XmlnsStack::FormatQName(const QName & name, bool isAttr) {

Completed in 44 milliseconds